mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
10 lines
126 B
YAML
Executable File
10 lines
126 B
YAML
Executable File
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
- "0.12"
|
|
- "iojs"
|
|
before_install:
|
|
- npm update -g npm
|
|
matrix:
|
|
fast_finish: true
|