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

Recognize the legitimacy of `language: minimal` #119

Closed meatballhat closed 6 years ago

meatballhat commented 7 years ago

Addresses travis-ci/travis.rb#504

carlad commented 7 years ago

According to @rkh API needs to be updated. I updated on a branch and deployed to org-staging. https://github.com/travis-ci/travis-api/pull/534

I've created a build with language: minimal in the .travis.yml, and things seem to work fine: https://staging.travis-ci.org/carlad/pusher-live-test/jobs/611920/config

However I'm not sure if that's what needs to be tested. Let me know when this is merged and I can help out updating api and pro-api...

carlad commented 6 years ago

Hi @Akhond-Zada sorry this has taken so long - I still need to update travis-api to use this change. Am doing that now so hold tight...

carlad commented 6 years ago

Okay, api is updated and deployed. Hopefully this will be working as required now. Thanks again for your patience.