mirror of
https://github.com/lloeki/uspec-js.git
synced 2025-12-06 02:24:40 +01:00
8 lines
114 B
YAML
8 lines
114 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.11"
|
|
- "0.10"
|
|
before_script:
|
|
- npm install coffee-script
|
|
script:
|
|
make spec
|