aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorColin Snover2017-01-05 12:10:07 -0600
committerColin Snover2017-01-05 13:25:52 -0600
commit507562e0a278fbc75904ff1726b254764941fbe1 (patch)
treeb97110947ae71511834ddd0200bf1bf973d55947 /.travis.yml
parent28d2f1d0df4a62c622a714e82ec6a7ab04967730 (diff)
downloadscummvm-rg350-507562e0a278fbc75904ff1726b254764941fbe1.tar.gz
scummvm-rg350-507562e0a278fbc75904ff1726b254764941fbe1.tar.bz2
scummvm-rg350-507562e0a278fbc75904ff1726b254764941fbe1.zip
BUILD: Speed up Travis-CI builds
container-based infrastructure (by sudo: false) starts and runs faster: https://docs.travis-ci.com/user/migrating-from-legacy/ gcc and make are preinstalled by Travis-CI for C++ language containers, so do not need to be listed as dependencies: https://docs.travis-ci.com/user/trusty-ci-environment/#Compilers-%26-Build-toolchain ccache caching prevents wasting time rebuilding unchanged code: https://docs.travis-ci.com/user/caching#ccache-cache
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 7360b8f3a5..418f1b9879 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,12 @@
language:
- cpp
-sudo: required
+sudo: false
+cache: ccache
addons:
apt:
packages:
- - g++ make
- libsdl2-dev
- libsdl2-net-dev
- libcurl4-openssl-dev