1
0
mirror of https://github.com/danog/gift.git synced 2024-11-26 20:04:47 +01:00
gift/.travis.yml

11 lines
129 B
YAML
Raw Normal View History

2012-02-15 15:57:22 +01:00
language: node_js
node_js:
2014-02-10 00:45:44 +01:00
# - "0.6"
- "0.8"
2014-02-10 00:45:44 +01:00
- "0.10"
- "0.11"
install:
2014-10-06 16:25:07 +02:00
- "npm install -g npm@latest"
- "npm install"