Skip to content

Commit

Permalink
Use npm install in travis. Use npm cache clean as well
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcaldas committed Feb 18, 2018
1 parent 69c72ee commit 1e436c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ language: node_js
node_js:
- "8.9.0"
install:
- yarn install
- npm cache clean --force
- npm install
before_script:
- npm start -- --silent &
script:
Expand Down

0 comments on commit 1e436c6

Please sign in to comment.