2018-04-17 21:03:14 +00:00
|
|
|
sudo: false
|
2018-07-12 23:01:11 +00:00
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
|
|
- "8"
|
2018-07-16 16:28:26 +00:00
|
|
|
before_install:
|
|
|
|
- git config --global url."https://github.com/".insteadOf "ssh://git@github.com/"
|
2018-04-17 21:03:14 +00:00
|
|
|
script:
|
2018-07-12 23:01:11 +00:00
|
|
|
- npm run lint
|
|
|
|
- npm test
|