remove remix repo local sync

pull/3094/head
yann300 7 years ago
parent 3c7d682499
commit fc1641e8a6
  1. 2
      .circleci/config.yml
  2. 2
      .travis.yml

@ -32,7 +32,7 @@ jobs:
key: dep-bundle-{{ checksum "package.json" }} key: dep-bundle-{{ checksum "package.json" }}
paths: 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: npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && 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
# - run: if [ $CIRCLE_BRANCH = 'remix_live' ]; then ./ci/deploy_from_travis_master.sh; fi # - run: if [ $CIRCLE_BRANCH = 'remix_live' ]; then ./ci/deploy_from_travis_master.sh; fi

@ -6,7 +6,7 @@ branches:
- master - master
- remix_live - remix_live
script: script:
- npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run setupremix && 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