Change .travis.yml's language: minimal
to generic
.
There is no `minimal` language. Due to travis-ci/travis-ci#4895, it will fallback to `ruby`, which certainly isn't what we want. `generic` is an undocumented (travis-ci/docs-travis-ci-com#910) language that serves the desired purpose.
This commit is contained in:
parent
e6e5dc0e9c
commit
1222b7a9d1
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
language: minimal
|
||||
language: generic
|
||||
sudo: required
|
||||
dist: trusty
|
||||
services:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue