File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ addons:
5252 - wget
5353 - nodejs
5454 - supervisor
55- - nginx
5655 - unzip
5756 - libnss3
5857 - libgconf-2-4
@@ -74,6 +73,7 @@ before_install:
7473 - wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
7574 - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B05F25D762E3157
7675 - source .travis/travis_funcs.sh
76+ - export PYTHONPATH=$PYTHONPATH:$(pwd)
7777
7878install :
7979 # Workaround for invalid GPG keys for MongoDB, CouchDB, and git-lfs
Original file line number Diff line number Diff line change 55section " install.base.requirements"
66
77# Install v1.7 or newer of nginx to support 'if' statement for logging
8- sudo apt-add-repository -y ppa:nginx/development
8+ sudo apt-add-repository -y ppa:nginx/stable
99sudo apt update
1010sudo apt install -y nginx firefox
1111
@@ -42,7 +42,7 @@ section_end "init.db"
4242
4343
4444section " install.geckodriver.and.selenium"
45- GECKO_VER=0.24 .0
45+ GECKO_VER=0.26 .0
4646wget https://github.com/mozilla/geckodriver/releases/download/v${GECKO_VER} /geckodriver-v${GECKO_VER} -linux64.tar.gz
4747sudo tar -xzf geckodriver-v${GECKO_VER} -linux64.tar.gz -C /usr/local/bin
4848rm geckodriver-v${GECKO_VER} -linux64.tar.gz
You can’t perform that action at this time.
0 commit comments