jeremytregunna / ruby-trello

Implementation of the Trello API for Ruby
MIT License
719 stars 237 forks source link

Add language key to .travis.yml #269

Closed mockdeep closed 4 years ago

mockdeep commented 5 years ago

From the TravisCI docs:

Language-specific workers have multiple runtimes for their respective language (for example, Ruby workers have about 10 Ruby versions/implementations).

Setting the language key should speed up and stabilize builds for Ruby versions that are already installed on TravisCI.