mirror of
https://github.com/danog/gift.git
synced 2024-12-02 09:17:55 +01:00
Force updating npm to avoid travis errors
This commit is contained in:
parent
e4557ffc39
commit
3208203f37
@ -1,6 +1,10 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
# - "0.6"
|
# - "0.6"
|
||||||
# - "0.8"
|
- "0.8"
|
||||||
- "0.10"
|
- "0.10"
|
||||||
- "0.11"
|
- "0.11"
|
||||||
|
|
||||||
|
install:
|
||||||
|
- "npm install -g npm"
|
||||||
|
- "npm install"
|
||||||
|
Loading…
Reference in New Issue
Block a user