commit
52c06e1de0
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 -d
|
||||
script:
|
||||
- npm run dist:prod
|
Loading…
Reference in a new issue