mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add language directive to .travis.yml
Currently, Travis CI assumes that the project is in Ruby in the absence of the `language` key. This behavior may change in the future. (For example, switch to a "blank" image which *may* be created.)
This commit is contained in:
parent
728f2ebdb6
commit
bc1134a514
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
language: ruby
|
||||
script: 'ci/travis.rb'
|
||||
before_install:
|
||||
- travis_retry gem install bundler
|
||||
|
|
Loading…
Reference in a new issue