From e86c1b4f6da7e740bcfd26f6943aaad95d0d8d60 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Mon, 16 Jan 2017 03:21:11 +0100 Subject: [PATCH] Bump travis from Ubuntu 12.04 -> 14.04 --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.travis.yml b/.travis.yml index ea1ace343..649bc4dcc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,17 @@ language: csharp solution: ArchiSteamFarm.sln +# We're fine building ASF in container-based environment +# Explicitly state that sudo is not needed, even if it's default option +sudo: false + +# Default Travis container-based environment is currently Ubuntu 12.04 +# It'd be best to build ASF on latest Linux OS available, but that's not possible +# Therefore, we build ASF on latest available OS, currently: Ubuntu 14.04 +# Please bump me as new OSes arrive! +# https://docs.travis-ci.com/user/ci-environment/#Virtualization-environments +dist: trusty + # Save bandwidth by limiting git clone to only last 10 commits git: depth: 10