travis: Update language from c to shell
Be more precise as to what language is used; full list is found here: https://config.travis-ci.com/ref/language.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
script: test/run
|
script: test/run
|
||||||
language: c
|
language: shell
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|||||||
Reference in New Issue
Block a user