travis: use language generic (#3267)

This commit is contained in:
ickc 2016-11-30 03:46:50 -08:00 committed by John MacFarlane
parent 804bba1b64
commit fdc5674045

View file

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