Pull Request #104 Correctly lint R as supported language

While this is officially a community-supported language, we shouldn't
warn when it is specified.

Also, add test coverage for un-aliased languages (though it's definitely possible I've simply
failed to find their current tests).

This should resolve the following issue: https://github.com/travis-ci/travis-yaml/issues/90

Curtis Ekstrom avatar Curtis Ekstrom

Pull request event #171 passed

  • Ran for
  • Total time
  • New branch build
The .travis.yml file used for this job is not available
Build Config
{
  "rvm": [
    "1.9.3",
    "2.0.0",
    "2.1.2"
  ],
  "sudo": false,
  "script": "bundle exec rspec",
  "language": "ruby",
  "bundler_args": "--without play"
}