From dc7c5720a3dc45f55a409c7d99a05fbcf6e8b9a9 Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Thu, 4 Apr 2019 14:05:39 +0200 Subject: [PATCH] chore: revert pull-length-prefixed install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fc0a1a2f..304e7d8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ os: - linux - osx -script: npm i pull-length-prefixed@github:dignifiedquire/pull-length-prefixed#fix/patches && npx nyc -s npm run test:node -- --bail +script: npx nyc -s npm run test:node -- --bail after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov jobs: