From 1302808918d27afa1b5f9d82c2b86bec5a62abe2 Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Mon, 7 Dec 2015 15:49:51 -0500 Subject: [PATCH] Add missing colon to travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 63c293370..f34f56de8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 request’s number. -script +script: - '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || ./mvnw -s .settings.xml package -nsu -Dmaven.test.redirectTestOutputToFile=false'