From 79145fa53a699454a3f6223c7a971470285c3192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Venturo?= Date: Mon, 14 Jan 2019 19:13:31 -0300 Subject: [PATCH] Temporarily disable solidity-coverage Travis job. --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index fc6fc14cf..9f313d1f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,10 +25,11 @@ jobs: name: "Unit tests" script: npm run test - - stage: tests - name: "Unit tests with coverage report" - script: npm run test - env: SOLIDITY_COVERAGE=true +# solidity-coverage fails at parsing 0.5.x code +# - stage: tests +# name: "Unit tests with coverage report" +# script: npm run test +# env: SOLIDITY_COVERAGE=true - stage: tests name: "Unit tests using solc nightly"