summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-03-13 07:56:41 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-03-13 07:56:41 +0000
commit61a8e1f51fb4b355d16b9af318f5f5369146d69b (patch)
treeb81fca25efb08cc17a3bb5f6427fc40f0402378d /.travis.yml
parent6e356071dd3baa85e842ce91a391798409a2ee21 (diff)
downloadredmine-61a8e1f51fb4b355d16b9af318f5f5369146d69b.tar.gz
redmine-61a8e1f51fb4b355d16b9af318f5f5369146d69b.zip
unify .travis.run-test.sh to .travis.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@14072 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ca5c0d043..886239008 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,6 +35,6 @@ script:
- "RUN_ON_NOT_OFFICIAL='' RUBY_VER=1.9 BRANCH=trunk bundle exec rake config/database.yml"
- "bundle install"
- "bundle exec rake ci:setup"
- - "sh .travis.run-test.sh"
+ - JRUBY_OPTS=-J-Xmx1024m bundle exec rake test:${TEST_SUITE}
notifications:
email: false