Use `language: generic` in `.travis.yml`

Since the tests don't rely on / fall into any of the language
categories¹ defined by Travis CI, `language: generic`² can be used.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

¹ https://docs.travis-ci.com/user/languages/
² https://github.com/travis-ci/travis-ci/issues/4895#issuecomment-150703192
Cătălin Mariș 2016-04-28 12:27:13 +03:00
parent fc68e615b2
commit 1f336ffbfe
No known key found for this signature in database
GPG Key ID: 37400B4AAAC45DC1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
language: c # defaults to ruby
language: generic
addons:
apt_packages:
- zsh