summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorickc <ickc@users.noreply.github.com>2016-11-30 03:46:50 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2016-11-30 12:46:50 +0100
commitfdc567404575f4df3f863c8b1364a8a340fe514c (patch)
treec132684fbafb3fcd23066e71faa71c9efa19e106
parent804bba1b64ead0fb830878f89fc956144b863b63 (diff)
travis: use language generic (#3267)
-rw-r--r--.travis.yml4
1 files 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: