1
0
Fork 0
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:
Hiro Asari 2014-08-27 19:59:16 -04:00
parent 728f2ebdb6
commit bc1134a514

View file

@ -1,3 +1,4 @@
language: ruby
script: 'ci/travis.rb' script: 'ci/travis.rb'
before_install: before_install:
- travis_retry gem install bundler - travis_retry gem install bundler