Delete .travis.yml
This commit is contained in:
parent
05e07fa87b
commit
389c5f959b
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
||||||
sudo: false
|
|
||||||
|
|
||||||
language: node_js
|
|
||||||
|
|
||||||
node_js:
|
|
||||||
- '10'
|
|
||||||
cache: npm
|
|
||||||
services:
|
|
||||||
- xvfb
|
|
||||||
|
|
||||||
install:
|
|
||||||
- npm install
|
|
||||||
|
|
||||||
script:
|
|
||||||
- npm run check-format
|
|
||||||
- npm run lint
|
|
||||||
- npm test
|
|
Reference in a new issue