mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-19 16:19:16 +00:00
9 lines
108 B
YAML
9 lines
108 B
YAML
language: node_js
|
|
node_js:
|
|
- '0.12'
|
|
- '4'
|
|
- '6'
|
|
- '7'
|
|
before_install:
|
|
- npm install -g npm@latest
|