diff --git a/.travis.yml b/.travis.yml index 6a08947d..2c2aede3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ dist: trusty sudo: false +language: c os: - linux addons: @@ -14,5 +15,4 @@ notifications: email: on_success: change on_failure: change -cache: - ccache: true +cache: ccache