mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-06 08:39:33 +00:00
[BUGFIX] Added maven test requirement
This commit is contained in:
+3
-1
@@ -12,7 +12,9 @@ before_install:
|
|||||||
install:
|
install:
|
||||||
- sudo apt-get update && sudo apt-get --assume-yes install zip unzip
|
- sudo apt-get update && sudo apt-get --assume-yes install zip unzip
|
||||||
|
|
||||||
script: "./.travis/maven-build.sh"
|
script:
|
||||||
|
- mvn test
|
||||||
|
- "./.travis/maven-build.sh"
|
||||||
|
|
||||||
after_deploy: "./.travis/call-creation.sh"
|
after_deploy: "./.travis/call-creation.sh"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user