add travis build
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
language: node_js
|
||||
|
||||
node_js:
|
||||
- 10
|
||||
|
||||
install:
|
||||
- npm install
|
||||
|
||||
script:
|
||||
- xvfb-run --server-args="-screen 0 1920x1080x24" npm test
|
||||
Reference in New Issue
Block a user