From 88fac0ad2be56e4da9e7b8f07e2dec0306652dab Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Fri, 11 Mar 2016 05:34:22 +0100 Subject: [PATCH] Use `language: generic` to use the minimal image Since we are pulling all dependencies from PPA this just gives use the advantage of faster boot up times. --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d485f01a1..a80b2cd5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,9 @@ -language: cpp +#language: cpp +# This makes travis use the thin image which boots faster +language: generic + + +# sudo:required is needed for trusty images sudo: required dist: trusty