Merge pull request #1731 from ethereum/yann300-patch-13

Update .travis.yml
pull/3094/head
yann300 6 years ago committed by GitHub
commit fa5a915364
  1. 6
      .travis.yml
  2. 0
      ci/deploy_from_travis_remix-alpha.sh

@ -3,17 +3,17 @@ node_js:
- "9" - "9"
branches: branches:
only: only:
- master - remix_alpha
- remix_live - remix_live
script: script:
- npm run lint && npm run test && npm run make-mock-compiler && npm run build - npm run lint && npm run test && npm run make-mock-compiler && npm run build
- ./ci/browser_tests.sh - ./ci/browser_tests.sh
deploy: deploy:
- provider: script - provider: script
script: ci/deploy_from_travis_master.sh script: ci/deploy_from_travis_remix-alpha.sh
skip_cleanup: true skip_cleanup: true
on: on:
branch: master branch: remix_alpha
- provider: script - provider: script
script: ci/deploy_from_travis_remix-live.sh script: ci/deploy_from_travis_remix-live.sh
skip_cleanup: true skip_cleanup: true

Loading…
Cancel
Save