aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorHiro Asari <asari.ruby@gmail.com>2014-08-27 19:59:16 -0400
committerHiro Asari <asari.ruby@gmail.com>2014-08-27 19:59:16 -0400
commitbc1134a51498b8451fe66b3a779aa8a007fc0ade (patch)
tree1f6c215f6de58c93e3d0cbe92933a14b6a0f5239 /.travis.yml
parent728f2ebdb6b6f73587e67cd7afb718920bbce2fd (diff)
downloadrails-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.)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
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