We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7cfcc commit d319a95Copy full SHA for d319a95
.travis.yml
@@ -9,6 +9,8 @@ addons:
9
- google-chrome-stable
10
- google-chrome-beta
11
- google-chrome-unstable
12
+services:
13
+ - xvfb
14
env:
15
global:
16
- DISPLAY=$(if [[ $TRAVIS_OS_NAME == "linux" ]]; then echo ':99.0'; fi)
@@ -26,8 +28,6 @@ before_install:
26
28
- export NPM=${NODE%node}npm
27
29
install:
30
- $NPM install
-before_script:
- - if [[ $TRAVIS_OS_NAME == "linux" ]]; then sh -e /etc/init.d/xvfb start; fi
31
script:
32
- $NPM test
33
- $NPM run coveralls
0 commit comments