Merge pull request #62 from Serraniel/feature/travis

Feature/travis
This commit is contained in:
Daniel 2020-10-03 15:39:47 +02:00 committed by GitHub
commit 52c06e1de0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 -d
script:
- npm run dist:prod