Added travis config

This commit is contained in:
Tom Bloor 2017-09-13 17:47:39 +01:00
parent f527bbb748
commit 280f1b51d5

15
.travis.yml Normal file
View 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