reverted unintended changes

master
Stefan Dollase 2016-07-03 20:23:09 +02:00
parent 682cc452e7
commit 8e94898499
2 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

@ -16,4 +16,5 @@
history.txt
target/
/dependency-reduced-pom.xml
/dependency-reduced-pom.xml
devtools.properties

View File

@ -9,8 +9,6 @@ addons:
before_install:
- mvn clean # this actually installs a dependency
before_deploy:
- bash travis-ci/scripts/create-mac-icon.sh
- bash travis-ci/scripts/create-windows-icon.sh
- mvn package -DskipTests=true -f travis-ci/wrapper-for-mac/pom.xml
- mvn package -DskipTests=true -f travis-ci/wrapper-for-windows/pom.xml
- bash travis-ci/scripts/zip-and-move-wrapper-for-mac.sh