build for specific branch

pull/1/head
yann300 7 years ago
parent 9df22ef3c6
commit d8710f865b
  1. 4
      .travis.yml

@ -1,6 +1,10 @@
language: node_js
node_js:
- "7"
branches:
only:
- master
- remix_live
script:
- npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run setupremix && npm run build
- ./ci/browser_tests.sh

Loading…
Cancel
Save