ci: remove travis file

This commit is contained in:
Ron de las Alas 2023-11-15 10:20:47 -05:00
parent 72bee83428
commit 08c2020300

View file

@ -1,14 +0,0 @@
language: node_js
node_js:
- 8
- node
env:
- NODE_ENV=production
sudo: false
cache:
directories:
- node_modules
install:
- npm --production=false install
- npm --production=false update
- npm --production=false prune