Commit 3eff4cf8 authored by chriseth's avatar chriseth Committed by GitHub

Merge pull request #89 from ethereum/soucecnnect

Add souce_connect.
parents 119b802d 5e363c03
...@@ -2,6 +2,10 @@ language: node_js ...@@ -2,6 +2,10 @@ language: node_js
node_js: node_js:
- stable - stable
script: npm run lint && npm run build script: npm run lint && npm run build
addons:
sauce_connect:
username: "chriseth"
access_key: "b781828a-9e9c-43d8-89d4-2fbb879595ca"
deploy: deploy:
provider: script provider: script
script: ci/deploy_from_travis.sh script: ci/deploy_from_travis.sh
......
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