Skip to content

Commit 98d9b39

Browse files
committed
Suspend nightly job (fix circleci)
1 parent 501ad9a commit 98d9b39

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
@@ -75,15 +75,15 @@ workflows:
7575
# TODO: re-enable
7676
#- e2e-zeppelin
7777
#- e2e-metacoin
78-
nightly:
79-
triggers:
80-
- schedule:
81-
cron: "0 1 * * *" # 1am UTC
82-
filters:
83-
branches:
84-
only:
85-
- master
86-
jobs:
78+
#nightly:
79+
# triggers:
80+
# - schedule:
81+
# cron: "0 1 * * *" # 1am UTC
82+
# filters:
83+
# branches:
84+
# only:
85+
# - master
86+
# jobs:
8787
# TODO: re-enable
8888
#- e2e-zeppelin
8989
#- 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)