From a1f29830d94ad9df8bf9c8d013ffba6d357df3ee Mon Sep 17 00:00:00 2001 From: cgewecke Date: Tue, 23 Jul 2019 20:32:40 -0700 Subject: [PATCH] Suspend nightly job (fix circleci) --- .circleci/config.yml | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d7d4692..5eb5b57 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -75,15 +75,15 @@ workflows: # TODO: re-enable #- e2e-zeppelin #- e2e-metacoin - nightly: - triggers: - - schedule: - cron: "0 1 * * *" # 1am UTC - filters: - branches: - only: - - master - jobs: + #nightly: + # triggers: + # - schedule: + # cron: "0 1 * * *" # 1am UTC + # filters: + # branches: + # only: + # - master + # jobs: # TODO: re-enable #- e2e-zeppelin #- e2e-colony diff --git a/package.json b/package.json index 5c6687d..c9067fc 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "scripts": { "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", "repository": {