Skip to content

Commit

Permalink
Travis CI: Use the default firefox from ubuntu trusty
Browse files Browse the repository at this point in the history
The alternative apt repository is no longer needed, which was used because the firefox version on trusty was very old, but this is no longer the case.
  • Loading branch information
Joris-van-der-Wel committed Feb 28, 2018
1 parent 3a854a9 commit 5ff5e02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis/install_browsers.sh
@@ -1,7 +1,6 @@
#!/usr/bin/env bash
set -ex
lsb_release -a
sudo add-apt-repository -y ppa:ubuntu-mozilla-security/ppa
sudo apt-get -qq update
sudo apt-get install -y xvfb openbox chromium-browser firefox
"$FIREFOX_BIN" --version
Expand Down

0 comments on commit 5ff5e02

Please sign in to comment.