1
0
mirror of https://github.com/danog/gift.git synced 2024-11-30 04:19:37 +01:00

Force updating npm to avoid travis errors

This commit is contained in:
Maximilian Schüßler 2014-06-20 13:24:40 +02:00
parent e4557ffc39
commit 3208203f37

View File

@ -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"