AniwatchPlus/.travis.yml
Serraniel 437c31cf7c
Added first travis script
Just going to test things out and if they´ll work
2020-10-03 15:31:15 +02:00

12 lines
156 B
YAML

language: node_js
node_js:
- "node"
dist: trusty
cache:
npm: true
directories:
- node_modules
install:
- npm install
script:
- npm run dist:prod