mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-07-23 01:28:18 +00:00
add trusty builds (#777)
* add trusty builds * Update .travis.yml * remove bad apt addon attempt
This commit is contained in:
parent
f2e75422e8
commit
403237206e
|
@ -12,6 +12,14 @@ compiler:
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- os: linux
|
||||||
|
dist: trusty
|
||||||
|
compiler: gcc
|
||||||
|
- os: linux
|
||||||
|
dist: trusty
|
||||||
|
compiler: clang
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
|
Loading…
Reference in a new issue