Skip to content

Commit 3cb4ca1

Browse files
committed
update sqlite3 on travis
1 parent 949cafc commit 3cb4ca1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ jobs:
1515
# no control over. Thus we don't want a failed nightly run to cause Travis to consider the build broken.
1616
- python: 'nightly'
1717
before_install:
18+
- sudo apt remove -y sqlite3
19+
- sudo apt-add-repository -y ppa:travis-ci/sqlite3
1820
- sudo apt-get update -qy
21+
- sudo apt-get -y install sqlite3
1922
- sudo apt-get install -qy iputils-ping
2023
- "sudo rsync -avh 'rsync://files.privex.io/cdn/extras/GeoIP/*.mmdb' /usr/share/GeoIP/"
2124
install:

0 commit comments

Comments
 (0)