mirror of
https://github.com/danog/gift.git
synced 2024-11-30 04:19:37 +01:00
11 lines
129 B
YAML
11 lines
129 B
YAML
language: node_js
|
|
node_js:
|
|
# - "0.6"
|
|
- "0.8"
|
|
- "0.10"
|
|
- "0.11"
|
|
|
|
install:
|
|
- "npm install -g npm@1.4.28"
|
|
- "npm install"
|