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.pull/1563/head
parent
83fbfcf88a
commit
44ddc58334
|
|
@ -1,5 +1,5 @@
|
||||||
script: test/run
|
script: test/run
|
||||||
language: c
|
language: shell
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue