From 344389d4771f08737685e28d8d67593dcd2befc5 Mon Sep 17 00:00:00 2001 From: Mariusz Smykula Date: Tue, 5 Apr 2016 15:17:21 +0200 Subject: [PATCH] disable install [ci skip] --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a76fc178c4..c8279dabc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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/