UNPKG

735 BYAMLView Raw
1language: node_js
2node_js:
3 - "9"
4branches:
5 only:
6 - master
7 - remix_live
8script:
9 - npm run lint && npm run test && npm run make-mock-compiler && npm run build
10 - ./ci/browser_tests.sh
11deploy:
12 - provider: script
13 script: ci/deploy_from_travis_master.sh
14 skip_cleanup: true
15 on:
16 branch: master
17 - provider: script
18 script: ci/deploy_from_travis_remix-live.sh
19 skip_cleanup: true
20 on:
21 branch: remix_live
22env:
23 global:
24 - ENCRYPTION_LABEL2="85f76a180658"
25 - ENCRYPTION_LABEL3="3737d4fd78e9"
26 - COMMIT_AUTHOR_EMAIL="chris@ethereum.org"
27 - COMMIT_AUTHOR="Travis CI"
28 - FILES_TO_PACKAGE="assets background.js build icon.png index.html manifest.json README.md soljson.js"
29cache: false