Skip to content

Commit 59fbc28

Browse files
committed
Suspend nightly job (fix circleci)
1 parent 46c1eef commit 59fbc28

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.circleci/config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ workflows:
8080
# TODO: re-enable
8181
#- e2e-zeppelin
8282
#- e2e-metacoin
83-
nightly:
84-
triggers:
85-
- schedule:
86-
cron: "0 1 * * *" # 1am UTC
87-
filters:
88-
branches:
89-
only:
90-
- master
91-
jobs:
83+
#nightly:
84+
# triggers:
85+
# - schedule:
86+
# cron: "0 1 * * *" # 1am UTC
87+
# filters:
88+
# branches:
89+
# only:
90+
# - master
91+
# jobs:
9292
# TODO: re-enable
9393
#- e2e-zeppelin
9494
#- e2e-colony

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"scripts": {
1111
"test": "mocha test/units --timeout 70000 --no-warnings",
12-
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --timeout 70000 --exit"
12+
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- test/units --timeout 70000 --exit"
1313
},
1414
"homepage": "https://github.com/sc-forks/solidity-coverage",
1515
"repository": {

0 commit comments

Comments
 (0)