first travis.yml try
This commit is contained in:
parent
e7b6c40db3
commit
0051c818d5
|
@ -0,0 +1,11 @@
|
|||
language: node_js
|
||||
|
||||
node_js:
|
||||
- 7
|
||||
- 6
|
||||
- 5
|
||||
|
||||
before_install:
|
||||
- export CHROME_BIN=chromium-browser
|
||||
- export DISPLAY=:99.0
|
||||
- sh -e /etc/init.d/xvfb start
|
Loading…
Reference in New Issue