update Travis.yml

pull/1/head
yann300 7 years ago committed by GitHub
parent d88df1e7f4
commit ef8592dd1c
  1. 20
      .travis.yml

@ -5,16 +5,16 @@ script:
- npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run build
- ./ci/browser_tests.sh
deploy:
provider: script
script: ci/deploy_from_travis_master.sh
skip_cleanup: true
on:
branch: master
provider: script
script: ci/deploy_from_travis_remix-live.sh
skip_cleanup: true
on:
branch: remix_live
- provider: script
script: ci/deploy_from_travis_master.sh
skip_cleanup: true
on:
branch: master
- provider: script
script: ci/deploy_from_travis_remix-live.sh
skip_cleanup: true
on:
branch: remix_live
env:
global:
- ENCRYPTION_LABEL1="b5c2730599da"

Loading…
Cancel
Save