Skip to content

Commit

Permalink
Changing travis file to avoid infinite loop of npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Dec 18, 2016
1 parent 5edd97d commit 9043674
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ node_js:
- "6"
- "5"
- "4"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
script:
- npm test
install:
- npm install --dev
before_install:
- "npm update -g npm"

0 comments on commit 9043674

Please sign in to comment.