mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-22 20:15:28 +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:
|
||||
- linux
|
||||
- osx
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
dist: trusty
|
||||
compiler: gcc
|
||||
- os: linux
|
||||
dist: trusty
|
||||
compiler: clang
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
|
Loading…
Reference in a new issue