8 lines
135 B
YAML
8 lines
135 B
YAML
language: node_js
|
|
node_js:
|
|
- "6"
|
|
- "8"
|
|
before_script:
|
|
- "pushd tests && npm install && popd"
|
|
- "npm run-script test-phantomjs"
|