summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDalf <alex@al-f.net>2019-07-12 19:35:36 +0200
committerDalf <alex@al-f.net>2019-07-13 15:49:59 +0200
commit609ac5795ab16ab8a80a89feb54a9e23d4dec725 (patch)
tree8c45d448bf6bec7665de41b5015585e7ede4ba16 /.travis.yml
parentfbe40001d35ea5cf74c92f35d76c642a480a5c9f (diff)
downloadsearxng-609ac5795ab16ab8a80a89feb54a9e23d4dec725.tar.gz
searxng-609ac5795ab16ab8a80a89feb54a9e23d4dec725.zip
.travis.yml: robot tests: remove the xvfb dependency
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 04654ac23..e37b65864 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,9 +9,6 @@ cache:
addons:
firefox: "latest"
-before_install:
- - "export DISPLAY=:99.0"
- - "sh -e /etc/init.d/xvfb start"
install:
- ./manage.sh install_geckodriver ~/drivers
- export PATH=~/drivers:$PATH