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
This commit is contained in:
Cătălin Mariș
2016-04-29 00:57:10 +03:00
parent fc68e615b2
commit 1f336ffbfe
+1 -1
View File
@@ -1,4 +1,4 @@
language: c # defaults to ruby
language: generic
addons:
apt_packages:
- zsh