Add missing colon to travis.yml

This commit is contained in:
Mark Pollack
2015-12-07 15:49:51 -05:00
parent ed2c4f3146
commit 1302808918

View File

@@ -11,5 +11,5 @@ install: true
# The environment variable ${TRAVIS_PULL_REQUEST} is set to "false" when the build
# is for a normal branch commit. When the build is for a pull request, it will
# contain the pull requests number.
script
script:
- '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || ./mvnw -s .settings.xml package -nsu -Dmaven.test.redirectTestOutputToFile=false'