Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
chore: revert pull-length-prefixed install
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobheun committed Apr 4, 2019
1 parent 66234c4 commit 8508b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8508b5c

Please sign in to comment.