summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-02-07 23:11:53 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-02-07 23:11:53 +0000
commit28242420c21c2c8f50469a17e8e58360ef41d6d2 (patch)
tree92acabc73740c5b0b3fc55343a62cfb4af141ce4 /.travis.yml
parent833068207cc5f960c51618bdebb8c8486fe51191 (diff)
downloadredmine-28242420c21c2c8f50469a17e8e58360ef41d6d2.tar.gz
redmine-28242420c21c2c8f50469a17e8e58360ef41d6d2.zip
add "git --version" to .travis.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@12858 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b93ecbb23..e539549b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"