Skip to content

Commit 5da42f7

Browse files
committed
use service xvfb
1 parent 0ea44a4 commit 5da42f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ addons:
1212

1313
before_install:
1414
- . ./scripts/install_miniconda.sh
15-
- sh -e /etc/init.d/xvfb start
16-
- export DISPLAY=":99.0"
1715
- export MKL_THREADING_LAYER=GNU
1816

17+
services:
18+
- xvfb
19+
1920
install:
2021
- . ./scripts/create_testenv.sh
2122
- pip install coveralls

0 commit comments

Comments
 (0)