Skip to content

Commit

Permalink
update travis.yml (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed May 9, 2017
1 parent e5a89ee commit 28e8963
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ warnings_are_errors: true
sudo: true
cache: packages

#before_install:
# - sudo apt-add-repository -y ppa:travis-ci/sqlite3
# - sudo apt-get -y update
# - sudo apt-get -y install sqlite3
before_install:
- sudo apt-add-repository -y ppa:travis-ci/sqlite3
- sudo apt-get -y update
#- sudo apt-get -y install sqlite3=3.7.15.1-1~travis1

addons:
apt:
source:
- travis-ci/sqlite3
packages:
#- sqlite3
- sqlite3
- libsqlite3-dev
- libsqlite3-0

Expand Down

0 comments on commit 28e8963

Please sign in to comment.