travis yml
This commit is contained in:
parent
a1574afbbd
commit
39900153ba
|
@ -0,0 +1,10 @@
|
|||
matrix:
|
||||
include:
|
||||
- language: node_js
|
||||
node_js: 8
|
||||
env:
|
||||
- NAME="Node 8"
|
||||
install:
|
||||
- npm install
|
||||
script:
|
||||
- npm run dist:lin
|
Loading…
Reference in New Issue