Reformat .travis.yml

pull/1/head
Denton Liu 8 years ago
parent 179dbc0875
commit b74f9accd9
  1. 10
      .travis.yml

@ -20,11 +20,11 @@ deploy:
branch: master branch: master
env: env:
global: global:
- ENCRYPTION_LABEL="b5c2730599da" - ENCRYPTION_LABEL="b5c2730599da"
- COMMIT_AUTHOR_EMAIL="chris@ethereum.org" - COMMIT_AUTHOR_EMAIL="chris@ethereum.org"
- COMMIT_AUTHOR="Travis CI" - COMMIT_AUTHOR="Travis CI"
- PUSH_REPO="git@github.com:ethereum/browser-solidity.git" - PUSH_REPO="git@github.com:ethereum/browser-solidity.git"
- FILES_TO_PACKAGE="assets background.js build icon.png index.html manifest.json README.md" - FILES_TO_PACKAGE="assets background.js build icon.png index.html manifest.json README.md"
cache: cache:
directories: directories:
- node_modules - node_modules

Loading…
Cancel
Save