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.
This commit is contained in:
Patrick Niklaus 2016-03-11 05:34:22 +01:00
parent 45a9a6c4df
commit 88fac0ad2b

View File

@ -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