File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ addons:
52
52
- wget
53
53
- nodejs
54
54
- supervisor
55
- - nginx
56
55
- unzip
57
56
- libnss3
58
57
- libgconf-2-4
@@ -74,6 +73,7 @@ before_install:
74
73
- wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
75
74
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B05F25D762E3157
76
75
- source .travis/travis_funcs.sh
76
+ - export PYTHONPATH=$PYTHONPATH:$(pwd)
77
77
78
78
install :
79
79
# Workaround for invalid GPG keys for MongoDB, CouchDB, and git-lfs
Original file line number Diff line number Diff line change 5
5
section " install.base.requirements"
6
6
7
7
# 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
9
9
sudo apt update
10
10
sudo apt install -y nginx firefox
11
11
@@ -42,7 +42,7 @@ section_end "init.db"
42
42
43
43
44
44
section " install.geckodriver.and.selenium"
45
- GECKO_VER=0.24 .0
45
+ GECKO_VER=0.26 .0
46
46
wget https://github.com/mozilla/geckodriver/releases/download/v${GECKO_VER} /geckodriver-v${GECKO_VER} -linux64.tar.gz
47
47
sudo tar -xzf geckodriver-v${GECKO_VER} -linux64.tar.gz -C /usr/local/bin
48
48
rm geckodriver-v${GECKO_VER} -linux64.tar.gz
You can’t perform that action at this time.
0 commit comments