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
1 changed files with 1 additions and 0 deletions

View File

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