We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949cafc commit 3cb4ca1Copy full SHA for 3cb4ca1
.travis.yml
@@ -15,7 +15,10 @@ jobs:
15
# no control over. Thus we don't want a failed nightly run to cause Travis to consider the build broken.
16
- python: 'nightly'
17
before_install:
18
+ - sudo apt remove -y sqlite3
19
+ - sudo apt-add-repository -y ppa:travis-ci/sqlite3
20
- sudo apt-get update -qy
21
+ - sudo apt-get -y install sqlite3
22
- sudo apt-get install -qy iputils-ping
23
- "sudo rsync -avh 'rsync://files.privex.io/cdn/extras/GeoIP/*.mmdb' /usr/share/GeoIP/"
24
install:
0 commit comments