Merge pull request #15 from Parabot/bugfix/travis-install

[BUGFIX] Solved installing issue
This commit is contained in:
Jeroen Ketelaar
2016-10-31 15:15:13 +01:00
committed by GitHub
+3
View File
@@ -9,6 +9,9 @@ before_install:
- chmod +x ./.travis/call-creation.sh - chmod +x ./.travis/call-creation.sh
- mvn clean - mvn clean
install:
- sudo apt-get update && sudo apt-get --assume-yes install zip unzip
script: "./.travis/maven-build.sh" script: "./.travis/maven-build.sh"
after_deploy: "./.travis/call-creation.sh" after_deploy: "./.travis/call-creation.sh"