Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coder3101 committed Dec 15, 2019
1 parent dceafec commit 4c55fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: cpp
dist: trusty
dist: xenial
compiler: g++
sudo: required

before_install:
- sudo add-apt-repository ppa:beineri/opt-qt-5.12.5-trusty -y
- sudo add-apt-repository ppa:beineri/opt-qt-5.12.0-xenial -y
- sudo apt-get update -qq

install:
Expand Down

0 comments on commit 4c55fe9

Please sign in to comment.