Delete .travis.yml

This commit is contained in:
GHOSCHT 2020-08-02 14:06:29 +02:00
parent 05e07fa87b
commit 389c5f959b

View file

@ -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