Skip to content

Commit

Permalink
.travis.yml: Remove duplicate before_install
Browse files Browse the repository at this point in the history
333717b added two before_install sections.

Related to #28
  • Loading branch information
jayvdb committed Aug 2, 2018
1 parent 7ffb25d commit bdf5f74
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@ before_install:
install:
- npm install --no-save --no-optional

before_install:
script:
# bufferstream in package-lock.json means optional dependencies
# have been included.
- if grep bufferstream package-lock.json ; then false; fi

script:
- script/build.sh
- npm run test

Expand Down

0 comments on commit bdf5f74

Please sign in to comment.