Skip to content

Commit

Permalink
tests: use npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf committed Apr 17, 2018
1 parent 3cb0791 commit 5ec8949
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: node_js
node_js:
- "6.10"
before_install:
- npm install -g npm@latest
- npm install -g grunt-cli
install: npm ci
git:
depth: 10

0 comments on commit 5ec8949

Please sign in to comment.