From e102169e6d114963ecc8f0238a4f7e7f1989007d Mon Sep 17 00:00:00 2001 From: Manuel Riel Date: Tue, 20 Nov 2018 16:18:40 +0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aae60615..1d4f2c3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,7 +57,8 @@ install: /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX +render -noreset sleep 3 elif [ $TRAVIS_OS_NAME = "osx" ]; then - brew update && brew upgrade pyenv + #brew update && brew upgrade pyenv + pyenv update CFLAGS="-I$(xcrun --show-sdk-path)/usr/include" pyenv install $PYTHON export PATH="/Users/travis/.pyenv/shims:${PATH}" fi