10 lines
159 B
YAML
10 lines
159 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- '6'
|
|
- '5'
|
|
- '4'
|
|
- '0.12'
|
|
- '0.10'
|
|
before_script:
|
|
- npm install git+https://github.com/jasmine/jasmine.git
|