Delete .travis.yml

This commit is contained in:
Matthieu MOREL 2021-09-29 07:43:25 +02:00 committed by GitHub
parent 9da885b2f8
commit 66df007ea8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +0,0 @@
dist: trusty
language: node_js
node_js:
- "10"
cache:
npm: false
script:
- yarn build
- yarn test --coverage
- yarn e2e
after_success:
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls