Skip to content

Commit aec0113

Browse files
committed
now we’ll only compile if on the master branch
1 parent 439b4a4 commit aec0113

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ env:
1010

1111

1212
after_success:
13-
- mvn deploy --settings travis-settings.xml -DskipTests=true -B
13+
- mvn deploy --settings travis-settings.xml -DskipTests=true -B
14+
- "[[ $TRAVIS_BRANCH == \"master\" ]] && { mvn deploy --settings travis-settings.xml -DskipTests=true -B };"
1415
# - mvn clean cobertura:cobertura coveralls:report

0 commit comments

Comments
 (0)