diff options
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 96c927e..bcf9ec8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,8 @@ language: python python: - "2.7" addons: - firefox: "35.0" + firefox: "37.0" before_script: - - sh -e /etc/init.d/xvfb start -env: - - DISPLAY=':99.0' -script: ./test.sh
\ No newline at end of file + - "export DISPLAY=:99.0" + - "sh -e /etc/init.d/xvfb start" +script: ./test.sh |