Skip to content

Commit dbf2e99

Browse files
committed
try again
1 parent 8b8451e commit dbf2e99

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ before_install:
88
- sudo apt-get -qq update
99
- bash .travis/install_conda.sh
1010
install: "pip install --quiet -r requirements.txt"
11-
before_script:
12-
- "export DISPLAY=:99.0"
13-
- "sh -e /etc/init.d/xvfb start"
14-
- sleep 3 # give xvfb some time to start
11+
dist: xenial
12+
services:
13+
- xvfb
1514
script: make travis
1615
after_script:
1716
- echo "Rendered notebook http://nbviewer.jupyter.org/urls/s3.amazonaws.com/pythonplotbuilds/tdhopper/pythonplot.com/$TRAVIS_BUILD_NUMBER/$TRAVIS_JOB_NUMBER/Examples.$(git log -1 --pretty=format:'%h').ipynb"

0 commit comments

Comments
 (0)