From fdc567404575f4df3f863c8b1364a8a340fe514c Mon Sep 17 00:00:00 2001 From: ickc Date: Wed, 30 Nov 2016 03:46:50 -0800 Subject: [PATCH] travis: use language generic (#3267) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1e1f391f8..311111d36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ # Use new container infrastructure to enable caching sudo: false -# Choose a lightweight base image; we provide our own build tools. -language: c +# Do not choose a language; we provide our own build tools. +language: generic # Caching so the next build will be fast too. cache: