Merge pull request #1132 from ethereum/fixBuild_RemoveRemixSync

remove remix repo local sync
pull/1/head
yann300 7 years ago committed by GitHub
commit 47972ec25a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .circleci/config.yml
  2. 2
      .travis.yml
  3. 4
      test-browser/tests/ballot.js

@ -32,7 +32,7 @@ jobs:
key: dep-bundle-{{ checksum "package.json" }}
paths:
- /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: 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

@ -6,7 +6,7 @@ branches:
- master
- remix_live
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
deploy:
- provider: script

@ -43,8 +43,8 @@ function runTests (browser, testData) {
.click('span#tx0x0571a2439ea58bd349dd130afb8aff62a33af14c06de0dbc3928519bdf13ce2e button[class^="debug"]')
.pause(1000)
.click('#jumppreviousbreakpoint')
.click('#stepdetail .title')
.click('#asmcodes .title')
.click('#stepdetail .title .fa')
.click('#asmcodes .title .fa')
.pause(500)
.perform(function (client, done) {
console.log('goToVMtraceStep')

Loading…
Cancel
Save