Added first travis script

Just going to test things out and if they´ll work
This commit is contained in:
Serraniel 2020-10-03 15:31:15 +02:00
parent 44e8d8a883
commit 437c31cf7c
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3

12
.travis.yml Normal file
View file

@ -0,0 +1,12 @@
language: node_js
node_js:
- "node"
dist: trusty
cache:
npm: true
directories:
- node_modules
install:
- npm install
script:
- npm run dist:prod