From 12d9278e1e8a710a3922fe75f6e841fb5dd647dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Fri, 23 Oct 2015 00:04:19 +0200 Subject: [PATCH] Use 'trusty' image for travis now that it's public Travis CI team has recently published beta image of Trusty for testing [1]. Switch to that image for CI builds in a non-hacky way. [1] http://blog.travis-ci.com/2015-10-14-opening-up-ubuntu-trusty-beta/ --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e7f94d1820..4a7ae74da1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,7 @@ env: - OPENRCT2_CMAKE_OPTS="-DDISABLE_NETWORK=ON -DDISABLE_HTTP_TWITCH=ON" TARGET=docker32 sudo: required +dist: trusty services: - docker