TRAVIS: Drop ubuntu from travis

This commit is contained in:
Pawel Kolodziejski 2019-11-30 13:46:20 +01:00
parent 3225e7ed34
commit dcebc83ce5

View File

@ -31,37 +31,6 @@ matrix:
make -j4"
before_deploy:
- mkdir artifacts && cp -r build/residualvm.exe artifacts
- os: linux
dist: xenial
addons:
apt:
packages:
- debhelper
- dpkg-dev
- fakeroot
- g++
- make
- libsdl2-dev
- libsdl2-net-dev
- libcurl4-openssl-dev
- libjpeg62-dev
- libmpeg2-4-dev
- libogg-dev
- libvorbis-dev
- libflac-dev
- libmad0-dev
- libpng-dev
- libglew-dev
- libtheora-dev
- libfaad-dev
- libfluidsynth-dev
- libfreetype6-dev
- zlib1g-dev
script:
- dists/debian/prepare
- dpkg-buildpackage -b -nc -uc -j4
before_deploy:
- mkdir artifacts && cp ../*deb artifacts
- os: osx
addons:
homebrew: