Added first travis script
Just going to test things out and if they´ll work
This commit is contained in:
parent
44e8d8a883
commit
437c31cf7c
12
.travis.yml
Normal file
12
.travis.yml
Normal 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
|
Loading…
Reference in a new issue