Skip to content

Commit

Permalink
Fix Travis build error
Browse files Browse the repository at this point in the history
  • Loading branch information
revolter committed Jul 6, 2016
1 parent 8f057d7 commit 5be5789
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 5be5789

Please sign in to comment.