2016-10-22 22:28:08 +00:00
|
|
|
language: node_js
|
2018-09-21 16:31:09 +00:00
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
- osx
|
2016-10-22 22:28:08 +00:00
|
|
|
node_js:
|
2018-06-06 02:04:30 +00:00
|
|
|
- "8"
|
2018-09-21 22:22:35 +00:00
|
|
|
- "10"
|
2016-10-23 01:02:11 +00:00
|
|
|
addons:
|
|
|
|
code_climate:
|
|
|
|
repo_token: 7454b1a666015e244c384d19f48c34e35d1ae58c3aa428ec542f10bbcb848358
|
2018-09-03 01:35:21 +00:00
|
|
|
before_install:
|
|
|
|
- npm i -g npm@latest
|
2017-12-14 15:12:14 +00:00
|
|
|
script:
|
2018-09-11 18:11:43 +00:00
|
|
|
- npm test
|