diff --git a/.travis.yml b/.travis.yml index f238d8198..a90e70ec2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,5 +9,5 @@ install: true script: - docker build -t cabaletta/baritone . -- docker run cabaletta/baritone "./gradlew test" +- docker run cabaletta/baritone /bin/sh -c "./gradlew test" - docker run cabaletta/baritone /bin/sh -c "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1400x900x24 -ac +extension GLX +render; DISPLAY=:99 ./gradlew run" \ No newline at end of file