forked from arne/asdf-games
9 lines
114 B
YAML
9 lines
114 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- "5.0"
|
||
|
- "6.0"
|
||
|
- "7.0"
|
||
|
- "8.0"
|
||
|
before_install:
|
||
|
- npm install -g npm@~2.14.5
|