2017-05-24 08:02:33 +00:00
|
|
|
language: node_js
|
2017-05-24 08:46:06 +00:00
|
|
|
|
2017-05-24 08:02:33 +00:00
|
|
|
node_js:
|
2017-07-20 10:31:34 +00:00
|
|
|
- "8.1.4"
|
2017-05-24 08:02:33 +00:00
|
|
|
- "7"
|
2017-05-24 08:46:06 +00:00
|
|
|
|
2017-05-24 08:02:33 +00:00
|
|
|
install:
|
|
|
|
- npm install
|
2017-05-24 08:46:06 +00:00
|
|
|
|
2017-05-24 08:02:33 +00:00
|
|
|
script:
|
|
|
|
- npm run test:server
|
|
|
|
- npm run cloc
|
2017-05-24 08:46:06 +00:00
|
|
|
after_success: npm run coverage
|
|
|
|
|
2017-05-30 13:08:35 +00:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- "node_modules"
|
|
|
|
|
2017-05-24 08:46:06 +00:00
|
|
|
notifications:
|
|
|
|
email: false
|