How can is specify: language: none in .travis.yml? I don't specify a language, and get Ruby by default. i have no Ruby. I'm using C, C++, Ocaml, Python, and Felix. The build script is just "make".
You can set language: minimal
or language: generic
which are not language specific.
From the documentation:
minimal
has some essential CI tools and Python:
generic
extends minimal
and additionally includes:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With