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:
parent
833068207c
commit
28242420c2
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue