mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-12 03:06:05 +09:00
10 lines
134 B
YAML
10 lines
134 B
YAML
language: node_js
|
|
language: node_js
|
|
node_js:
|
|
- '0.8'
|
|
- '0.10'
|
|
- '0.12'
|
|
- 'iojs'
|
|
before_install:
|
|
- npm install -g npm@latest
|