]> source.dussan.org Git - redmine.git/commitdiff
add "git --version" to .travis.yml
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 7 Feb 2014 23:11:53 +0000 (23:11 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 7 Feb 2014 23:11:53 +0000 (23:11 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@12858 e93f8b46-1217-0410-a6f0-8f06a7374b81

.travis.yml

index b93ecbb23332997fe65a9d686ec747a5e23d93eb..e539549b185f8683848711230e420279271563c5 100644 (file)
@@ -25,6 +25,7 @@ before_install:
 script:
   - "SCMS=bazaar,cvs,subversion,git,mercurial,filesystem"
   - "export SCMS"
+  - "git --version"
   - "bundle install"
   - "RUN_ON_NOT_OFFICIAL='' RUBY_VER=1.9 BRANCH=trunk bundle exec rake config/database.yml"
   - "bundle install"