We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd4ec6 commit 00effc9Copy full SHA for 00effc9
.travis.yml
@@ -42,8 +42,8 @@ before_install:
42
43
before_script:
44
# Start xvfb
45
- - export DISPLAY=:99.0
46
- - sh -e /etc/init.d/xvfb start
+ - if [[ $TRAVIS_OS_NAME == "linux" ]]; then export DISPLAY=:99.0; fi
+ - if [[ $TRAVIS_OS_NAME == "linux" ]]; then sh -e /etc/init.d/xvfb start; fi
47
48
install:
49
- npm install
0 commit comments