Skip to content

Commit

Permalink
fix travis configuration
Browse files Browse the repository at this point in the history
Apparently "npm install --dev" does not throw an error, but tries to
download the Internet instead
  • Loading branch information
ubolonton committed Jan 7, 2015
1 parent ab669c5 commit d7b58a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,4 +1,4 @@
language: node_js
node_js:
- 0.11
install: "npm install --dev"
install: "npm install"

0 comments on commit d7b58a9

Please sign in to comment.