AniwatchPlus/.travis.yml

12 lines
157 B
YAML
Raw Permalink Normal View History

language: node_js
node_js:
2020-10-26 18:38:08 +01:00
- "14"
dist: trusty
cache:
npm: true
directories:
- node_modules
install:
2020-10-03 15:33:45 +02:00
- npm install -d
script:
- npm run dist:prod