1
0
mirror of https://github.com/danog/gift.git synced 2024-11-30 04:19:37 +01:00
gift/.travis.yml
2014-10-06 09:29:19 -05:00

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"