Browse Source

Whitespace

Kevin van Zonneveld 9 years ago
parent
commit
6e83d9828f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -25,8 +25,7 @@ script:
 - npm run test:acceptance:handleservers || true
 - git config --global user.name 'Uppy Bot'
 - git config --global user.email 'uppybot@uppy.io'
-- if [ "${TRAVIS_PULL_REQUEST}" == "false" ] && [ "${TRAVIS_BRANCH}" == "master" ];
-  then npm run web:deploy --quiet; else echo "Skipping for non-master/prs"; fi
+- if [ "${TRAVIS_PULL_REQUEST}" == "false" ] && [ "${TRAVIS_BRANCH}" == "master" ]; then npm run web:deploy --quiet; else echo "Skipping for non-master/prs"; fi
 env:
   global:
   - CXX=g++-4.8