travis-ci / travis-yaml

parses, normalizes, validates and serializes your .travis.yml
http://yaml.travis-ci.org/
MIT License
170 stars 66 forks source link

Add Elixir Support to travis-yaml #85

Closed 7hunderbird closed 6 years ago

7hunderbird commented 8 years ago

When trying to run travis lint .travis.yml for an elixir project got the message:

[x] in language section: illegal value elixir, defaulting to ruby
[x] unexpected key elixir, dropping
[x] specified otp_release, but setting is not relevant for ruby

In this PR we're working to add elixir. Thanks for any feedback!

7hunderbird commented 8 years ago

Ping. tosh