Unverified Commit 3ba310d5 authored by yann300's avatar yann300 Committed by GitHub

Update config.yml

parent 017221dc
...@@ -24,6 +24,7 @@ jobs: ...@@ -24,6 +24,7 @@ jobs:
steps: steps:
- checkout - checkout
- run: npm install
- run: npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run setupremix && npm run build - 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: ./ci/browser_tests.sh
- run: if [ $CIRCLE_BRANCH = 'master' ]; then ./ci/deploy_from_travis_master.sh; fi - run: if [ $CIRCLE_BRANCH = 'master' ]; then ./ci/deploy_from_travis_master.sh; fi
...@@ -34,4 +35,3 @@ workflows: ...@@ -34,4 +35,3 @@ workflows:
build_all: build_all:
jobs: jobs:
- build - build
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment