diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 45212f7..b5c6ce2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,6 @@ before_install: - sudo apt-get update #- sudo apt-get -q update - sudo apt-get install -y firefox - # stop firefox is it's running - - sudo kill $(pidof firefox) - firefox -v # Start a display server where all graphical operations happens in memory - export DISPLAY=:99.0 |