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:
kennytm 2017-05-21 19:29:42 +08:00
parent e6e5dc0e9c
commit 1222b7a9d1
No known key found for this signature in database
GPG Key ID: FEF6C8051D0E013C

View File

@ -1,4 +1,4 @@
language: minimal
language: generic
sudo: required
dist: trusty
services: