Commit 8cd8b291 authored by chriseth's avatar chriseth

Correctly declare environment variables.

parent 3f5ac8d1
......@@ -10,10 +10,10 @@ deploy:
branch: master
env:
global:
- ENCRYPTION_LABEL: "b5c2730599da"
- COMMIT_AUTHOR_EMAIL: "chris@ethereum.org"
- COMMIT_AUTHOR: "Travis CI"
- PUSH_REPO: "git@github.com:ethereum/browser-solidity.git"
- FILES_TO_PACKAGE: "assets background.js build icon.png index.html manifest.json worker.js"
- ENCRYPTION_LABEL="b5c2730599da"
- COMMIT_AUTHOR_EMAIL="chris@ethereum.org"
- COMMIT_AUTHOR="Travis CI"
- PUSH_REPO="git@github.com:ethereum/browser-solidity.git"
- FILES_TO_PACKAGE="assets background.js build icon.png index.html manifest.json worker.js"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment