Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 8b5f9a9

Browse files
committed
Travis again
1 parent aedb0df commit 8b5f9a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,11 @@ cache:
55
directories:
66
- '$HOME/.m2/repository'
77

8+
# Needed to execute some notebooks
9+
before_script:
10+
- "export DISPLAY=:99.0"
11+
- "sh -e /etc/init.d/xvfb start"
12+
- sleep 3 # give xvfb some time to start
13+
814
install: ".travis/build.sh"
915
script: ".travis/test.sh"

0 commit comments

Comments
 (0)