travis: use language generic (#3267)
This commit is contained in:
parent
804bba1b64
commit
fdc5674045
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue