Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update-travis: start with fresh dependencies
Browse files Browse the repository at this point in the history
6ewis committed May 2, 2019
1 parent 6676889 commit 1b976ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
language: node_js
node_js:
- "6"
script: npm run testCI
before_install:
- rm ./package-lock.json
- rm -rf ./node_modules
script: npm run testCI

0 comments on commit 1b976ed

Please sign in to comment.