1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-21 16:01:14 +00:00

unify .travis.run-test.sh to .travis.yml

git-svn-id: http://svn.redmine.org/redmine/trunk@14072 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2015-03-13 07:56:41 +00:00
parent 6e356071dd
commit 61a8e1f51f
2 changed files with 1 additions and 4 deletions

View File

@ -1,3 +0,0 @@
#! /bin/sh
JRUBY_OPTS=-J-Xmx1024m bundle exec rake test:${TEST_SUITE}

View File

@ -35,6 +35,6 @@ script:
- "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"
- "bundle exec rake ci:setup" - "bundle exec rake ci:setup"
- "sh .travis.run-test.sh" - JRUBY_OPTS=-J-Xmx1024m bundle exec rake test:${TEST_SUITE}
notifications: notifications:
email: false email: false