File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 35
35
36
36
37
37
language : python
38
- dist : trusty
38
+ dist : xenial
39
39
sudo : required
40
40
cache :
41
41
# See http://docs.travis-ci.com/user/caching/#pip-cache
@@ -53,12 +53,13 @@ addons:
53
53
- nodejs
54
54
- supervisor
55
55
- nginx
56
- - xvfb
57
56
- unzip
58
57
- libnss3
59
58
- libgconf-2-4
60
59
postgresql : " 9.6"
61
60
firefox : latest
61
+ services :
62
+ - xvfg
62
63
63
64
matrix :
64
65
include :
@@ -75,11 +76,10 @@ before_install:
75
76
- source .travis/travis_funcs.sh
76
77
77
78
install :
79
+ # Workaround for invalid GPG keys for MongoDB, CouchDB, and git-lfs
80
+ - sudo rm -f /etc/apt/sources.list.d/mongodb*
81
+ - sudo rm -f /etc/apt/sources.list.d/couchdb*
82
+ - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 762E3157
78
83
- .travis/travis_install.sh
79
84
80
- before_script :
81
- - " export DISPLAY=:99.0"
82
- - " sh -e /etc/init.d/xvfb start"
83
- - sleep 3 # give xvfb some time to start
84
-
85
85
script : .travis/travis_script.sh
Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ firefox --version
10
10
# Install v1.7 or newer of nginx to support 'if' statement for logging
11
11
sudo apt-add-repository -y ppa:nginx/development
12
12
sudo apt update
13
- sudo apt install -y nginx
13
+ sudo apt install -y nginx firefox
14
+
15
+ nginx -v
16
+ firefox --version
14
17
15
18
pip install --upgrade pip
16
19
hash -d pip # find upgraded pip
You can’t perform that action at this time.
0 commit comments