Skip to content

Commit

Permalink
Force updating npm to avoid travis errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Schüßler committed Jun 20, 2014
1 parent e4557ff commit 3208203
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: node_js
node_js:
# - "0.6"
# - "0.8"
- "0.8"
- "0.10"
- "0.11"

install:
- "npm install -g npm"
- "npm install"

0 comments on commit 3208203

Please sign in to comment.