don't pull remix dev for CI

pull/1/head
yann300 7 years ago
parent 078b0dd35b
commit ee8fbf0883
  1. 2
      .travis.yml

@ -2,7 +2,7 @@ language: node_js
node_js: node_js:
- "7" - "7"
script: script:
- npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run pullremix && npm run linkremix && npm run build - npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run build
- ./ci/browser_tests.sh - ./ci/browser_tests.sh
deploy: deploy:
- provider: script - provider: script

Loading…
Cancel
Save