add "git --version" to .travis.yml

git-svn-id: http://svn.redmine.org/redmine/trunk@12858 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-02-07 23:11:53 +00:00
parent 833068207c
commit 28242420c2
1 changed files with 1 additions and 0 deletions

View File

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