Skip to content

Commit 2ee4211

Browse files
committed
install xvfb
1 parent 599b71e commit 2ee4211

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ language: minimal
22

33
sudo: false
44

5+
addons:
6+
apt:
7+
packages:
8+
- xvfb
9+
510
env:
611
global:
712
# Doctr deploy key for pyoceans/python-oceans
@@ -30,6 +35,7 @@ before_install:
3035
# GUI tests.
3136
- "export DISPLAY=:99.0"
3237
- "sh -e /etc/init.d/xvfb start"
38+
— sleep 3
3339

3440
install:
3541
# Test source distribution.

0 commit comments

Comments
 (0)