Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
Use npm@3 for Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
elisee committed Jan 11, 2016
1 parent 7a565b5 commit af3bef6
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
Expand Up @@ -3,10 +3,13 @@ sudo: false
language: node_js
node_js:
- "4.2.4"
before_install:
- npm install -g npm
- npm --version

cache:
directories:
- node_modules

script:
- npm run build
- npm run build

0 comments on commit af3bef6

Please sign in to comment.