Skip to content

Commit

Permalink
Merge pull request sqlitebrowser#637 from revolter/hotfix/travis-sqlc…
Browse files Browse the repository at this point in the history
…ipher

Fix Travis build error
  • Loading branch information
justinclift authored Jul 8, 2016
2 parents 8f057d7 + 5be5789 commit 3b3d4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ compiler:
before_install:
- sudo add-apt-repository ppa:likemartinma/devel -y
- sudo apt-get update -qq
- sudo apt-get install -qq libqt4-dev libsqlite3-dev libsqlcipher-dev libantlr-dev
- sudo apt-get --force-yes install -qq libqt4-dev libsqlite3-dev libsqlcipher-dev libantlr-dev

script:
- mkdir build
Expand Down

0 comments on commit 3b3d4b4

Please sign in to comment.