mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 17:03:35 +00:00
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,4 +1,4 @@
|
||||
language: minimal
|
||||
language: generic
|
||||
sudo: required
|
||||
dist: trusty
|
||||
services:
|
||||
|
Loading…
Reference in New Issue
Block a user