Added travis config
This commit is contained in:
parent
f527bbb748
commit
280f1b51d5
1 changed files with 15 additions and 0 deletions
15
.travis.yml
Normal file
15
.travis.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- google-chrome-stable
|
||||
language: node_js
|
||||
node_js:
|
||||
- 8
|
||||
before_script:
|
||||
- export DISPLAY=:99.0
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
- npm config set spin false
|
||||
install:
|
||||
- npm install
|
||||
script:
|
||||
- npm run ci
|
Reference in a new issue