diff options
author | Hiro Asari <asari.ruby@gmail.com> | 2014-08-27 19:59:16 -0400 |
---|---|---|
committer | Hiro Asari <asari.ruby@gmail.com> | 2014-08-27 19:59:16 -0400 |
commit | bc1134a51498b8451fe66b3a779aa8a007fc0ade (patch) | |
tree | 1f6c215f6de58c93e3d0cbe92933a14b6a0f5239 | |
parent | 728f2ebdb6b6f73587e67cd7afb718920bbce2fd (diff) | |
download | rails-bc1134a51498b8451fe66b3a779aa8a007fc0ade.tar.gz rails-bc1134a51498b8451fe66b3a779aa8a007fc0ade.tar.bz2 rails-bc1134a51498b8451fe66b3a779aa8a007fc0ade.zip |
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.)
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c9755ae68e..3d858a5c89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +language: ruby script: 'ci/travis.rb' before_install: - travis_retry gem install bundler |