Skip to content

Commit

Permalink
Update travis install script & yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
acrellin committed Dec 9, 2019
1 parent 2466673 commit 36a6dcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ addons:
- wget
- nodejs
- supervisor
- nginx
- unzip
- libnss3
- libgconf-2-4
Expand All @@ -74,6 +73,7 @@ before_install:
- wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B05F25D762E3157
- source .travis/travis_funcs.sh
- export PYTHONPATH=$PYTHONPATH:$(pwd)

install:
# Workaround for invalid GPG keys for MongoDB, CouchDB, and git-lfs
Expand Down
4 changes: 2 additions & 2 deletions .travis/travis_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -ex
section "install.base.requirements"

# Install v1.7 or newer of nginx to support 'if' statement for logging
sudo apt-add-repository -y ppa:nginx/development
sudo apt-add-repository -y ppa:nginx/stable
sudo apt update
sudo apt install -y nginx firefox

Expand Down Expand Up @@ -42,7 +42,7 @@ section_end "init.db"


section "install.geckodriver.and.selenium"
GECKO_VER=0.24.0
GECKO_VER=0.26.0
wget https://github.com/mozilla/geckodriver/releases/download/v${GECKO_VER}/geckodriver-v${GECKO_VER}-linux64.tar.gz
sudo tar -xzf geckodriver-v${GECKO_VER}-linux64.tar.gz -C /usr/local/bin
rm geckodriver-v${GECKO_VER}-linux64.tar.gz
Expand Down

0 comments on commit 36a6dcc

Please sign in to comment.