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:
parent
6e356071dd
commit
61a8e1f51f
@ -1,3 +0,0 @@
|
|||||||
#! /bin/sh
|
|
||||||
|
|
||||||
JRUBY_OPTS=-J-Xmx1024m bundle exec rake test:${TEST_SUITE}
|
|
||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user