diff --git a/.travis.yml b/.travis.yml index c7e97d1f..5e0a6679 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,13 @@ language: node_js script: - npm run unit - - if [ "${TRAVIS_BRANCH}" == "production" ]; then npm run acceptance-prod fi; - - if [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then npm run acceptance-stage fi; + - > + if [ "${TRAVIS_BRANCH}" == "production" ]; then + npm run acceptance-prod; + fi; + - > + if [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then + npm run acceptance-stage; + fi; node_js: - "0.10" \ No newline at end of file