Skip to content

Commit

Permalink
travis: npm install instead of npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Jul 10, 2018
1 parent 03a81b9 commit 5a54032
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,8 @@ node_js:
- "10"
- "8"
- "6"
install:
- npm install
notifications:
email:
on_success: never
Expand Down

0 comments on commit 5a54032

Please sign in to comment.