mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
travis: switch to trusty for linux os
This commit is contained in:
parent
522d2049de
commit
45b181f889
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
|||
language: c
|
||||
|
||||
sudo: required
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
dist: trusty
|
||||
sudo: required
|
||||
|
||||
os:
|
||||
- linux
|
||||
|
@ -19,7 +23,7 @@ addons:
|
|||
- cmake-data
|
||||
- libsdl2-mixer-dev
|
||||
- libpng-dev
|
||||
- ibgl1-mesa-dev
|
||||
- libgl1-mesa-dev
|
||||
|
||||
before_install:
|
||||
- cmake --version
|
||||
|
|
Loading…
Reference in a new issue