Delete .travis.yml

This commit is contained in:
Alexandre Aubin 2021-10-03 23:06:24 +02:00 committed by GitHub
parent 76a1c16b9f
commit 29ea7360fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +0,0 @@
language: node_js
node_js:
- "10"
before_install:
- cd app
script:
- npm ci
- npm run lint
- npm run build