From bc1134a51498b8451fe66b3a779aa8a007fc0ade Mon Sep 17 00:00:00 2001 From: Hiro Asari Date: Wed, 27 Aug 2014 19:59:16 -0400 Subject: [PATCH] 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.) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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