forked from arne/asdf-games
8 lines
118 B
YAML
8 lines
118 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- "0.8"
|
||
|
- "0.10"
|
||
|
- "0.11"
|
||
|
before_install: npm i npm@latest -g
|
||
|
script: npm run travis
|