Update config.yml

pull/3094/head
yann300 7 years ago committed by GitHub
parent 8cdc6b1cc5
commit 9e2eaaaf49
  1. 2
      .circleci/config.yml

@ -31,7 +31,7 @@ jobs:
- save_cache:
key: dep-bundle-{{ checksum "package.json" }}
paths:
- /repo/node-modules
- /repo/node_modules
- run: npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run setupremix && npm run build
- run: ./ci/browser_tests.sh
# - run: if [ $CIRCLE_BRANCH = 'master' ]; then ./ci/deploy_from_travis_master.sh; fi

Loading…
Cancel
Save