Suspend nightly job (fix circleci)

pull/381/head
cgewecke 5 years ago
parent 3ee6da130f
commit a1f29830d9
  1. 18
      .circleci/config.yml
  2. 2
      package.json

@ -75,15 +75,15 @@ workflows:
# TODO: re-enable # TODO: re-enable
#- e2e-zeppelin #- e2e-zeppelin
#- e2e-metacoin #- e2e-metacoin
nightly: #nightly:
triggers: # triggers:
- schedule: # - schedule:
cron: "0 1 * * *" # 1am UTC # cron: "0 1 * * *" # 1am UTC
filters: # filters:
branches: # branches:
only: # only:
- master # - master
jobs: # jobs:
# TODO: re-enable # TODO: re-enable
#- e2e-zeppelin #- e2e-zeppelin
#- e2e-colony #- e2e-colony

@ -9,7 +9,7 @@
}, },
"scripts": { "scripts": {
"test": "mocha test/units --timeout 70000 --no-warnings", "test": "mocha test/units --timeout 70000 --no-warnings",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --timeout 70000 --exit" "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- test/units --timeout 70000 --exit"
}, },
"homepage": "https://github.com/sc-forks/solidity-coverage", "homepage": "https://github.com/sc-forks/solidity-coverage",
"repository": { "repository": {

Loading…
Cancel
Save