Skip to content

Commit

Permalink
Change .travis.yml's language: minimal to generic.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kennytm committed Jun 1, 2017
1 parent e6e5dc0 commit 1222b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: minimal
language: generic
sudo: required
dist: trusty
services:
Expand Down

0 comments on commit 1222b7a

Please sign in to comment.