Skip to content

Commit

Permalink
Update Linux image to Ubuntu 16.06 LTS (Mudlet#2530)
Browse files Browse the repository at this point in the history
* Update Linux image to Ubuntu 16.06 LTS

* Update Qt PPA's to Xenial

* Add mesa for gl.h header

* More mesa packages...
  • Loading branch information
vadi2 authored May 9, 2019
1 parent 26ad24d commit d0f3f69
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
language: cpp
cache:
- ccache
dist: trusty
dist: xenial
sudo: false
addons:
apt:
sources: &add-sources
- sourceline: 'ppa:beineri/opt-qt571-trusty'
- sourceline: 'ppa:beineri/opt-qt-5.10.1-trusty'
- sourceline: 'ppa:beineri/opt-qt571-xenial'
- sourceline: 'ppa:beineri/opt-qt-5.10.1-xenial'
- sourceline: 'ppa:ubuntu-toolchain-r/test'
- sourceline: 'ppa:ondrej/php'
packages: &common-packages
- libhunspell-dev
- lua5.1
- liblua5.1-0-dev
- libboost-graph1.55-dev
- libboost-graph-dev
- zlib1g-dbg
- libzip-dev
- libpulse-dev
Expand All @@ -28,6 +28,8 @@ addons:
- libpugixml-dev
- xz-utils
- npm
- mesa-common-dev
- libglu1-mesa-dev
env:
global:
- secure: VFI3UCiDrp47WTcUhsatdQvvWg+3gk00eBMZgSOXXKY5+hk+NOX7bOFcIM5t9nlZDbpHDr10SFTuUOw+PeWmLpFO06Zrjg86M9jm9WS4i8Cs9hfxoT6H4isXlR1vubX2LmNlHyzg8WtdNanlsufgecyaGksJxr7tVhG/cWyD6yo=
Expand Down

0 comments on commit d0f3f69

Please sign in to comment.