Skip to content

Commit

Permalink
.travis.yml: Added instructions to use npm 3
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelioDeRosa committed Jan 24, 2016
1 parent 1a7269c commit e564dd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ cache:
directories:
- node_modules

before_install:
- npm i -g npm@^3.3.0

script:
- gulp lint
- gulp test:ci
Expand Down

0 comments on commit e564dd1

Please sign in to comment.