We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74da853 commit cef4531Copy full SHA for cef4531
.travis.yml
@@ -54,11 +54,11 @@ addons:
54
- supervisor
55
- nginx
56
- xvfb
57
- - firefox
58
- unzip
59
- libnss3
60
- libgconf-2-4
61
postgresql: "9.6"
+ firefox: latest
62
63
matrix:
64
include:
.travis/travis_install.sh
@@ -4,8 +4,9 @@ set -ex
4
5
section "install.base.requirements"
6
7
-# Check Firefox version
+# Check Firefox & GeckoDriver versions
8
firefox --version
9
+geckodriver --version
10
11
# Install v1.7 or newer of nginx to support 'if' statement for logging
12
sudo apt-add-repository -y ppa:nginx/development
0 commit comments