Skip to content

Commit

Permalink
[travis] try to use trusty to fix travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Aug 15, 2016
1 parent 3b444f1 commit 8606658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
sudo: required
dist: trusty
language: cpp
cache: apt
env:
Expand Down
1 change: 0 additions & 1 deletion tests/travis/install-build-depends
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/sh
set -e

sudo add-apt-repository -y ppa:ubuntu-sdk-team/ppa
sudo apt-get update -qq

if [ "$QT_SELECT" = "qt4" ]; then
Expand Down

0 comments on commit 8606658

Please sign in to comment.