disable install

[ci skip]
This commit is contained in:
Mariusz Smykula
2016-04-05 15:17:21 +02:00
parent 628fdd270e
commit 344389d477

View File

@@ -12,6 +12,7 @@ script:
- if [[ $TRAVIS_PULL_REQUEST == "false" && $TRAVIS_BRANCH == "master" ]]; then ./mvnw deploy --settings .mvn/settings.xml -Prelease; else ./mvnw install; fi
after_success:
- ./mvnw clean test jacoco:report coveralls:report
install: true
branches:
except:
- /^v\d/