update Travis.yml

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

@ -5,12 +5,12 @@ 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
- provider: script
script: ci/deploy_from_travis_master.sh
skip_cleanup: true
on:
branch: master
provider: script
- provider: script
script: ci/deploy_from_travis_remix-live.sh
skip_cleanup: true
on:

Loading…
Cancel
Save