mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-21 11:40:17 -04:00
12 lines
213 B
YAML
12 lines
213 B
YAML
language: node_js
|
|
node_js:
|
|
- "6.0"
|
|
- "7.0"
|
|
- "stable"
|
|
- "node"
|
|
before_install:
|
|
script: "npm run-script test-travis"
|
|
# Send coverage data to Coveralls
|
|
before_script:
|
|
after_script: "npm run-script coverall"
|