build for specific branch

pull/3094/head
yann300 7 years ago
parent cae536bcd0
commit 8f23c3ffc7
  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