Browse Source

ci: Explicitly set travis distro to trusty

pull/203/head
Squareys 9 years ago
parent
commit
c2db201268
  1. 9
      package/ci/travis.yml

9
package/ci/travis.yml

@ -1,5 +1,8 @@
# kate: indent-width 2; # kate: indent-width 2;
# trusty has cmake >= 2.8.12 in the official package repository
dist: trusty
addons: addons:
apt: apt:
sources: sources:
@ -9,6 +12,9 @@ addons:
- g++-4.7 - g++-4.7
- cmake - cmake
- libopenal-dev - libopenal-dev
- libxrandr-dev
- libxinerama-dev
- libxcursor-dev
matrix: matrix:
include: include:
@ -39,6 +45,9 @@ matrix:
- clang-3.8 - clang-3.8
- cmake - cmake
- libopenal-dev - libopenal-dev
- libxrandr-dev
- libxinerama-dev
- libxcursor-dev
- language: cpp - language: cpp
os: linux os: linux
compiler: gcc compiler: gcc

Loading…
Cancel
Save