diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-03-13 07:56:41 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-03-13 07:56:41 +0000 |
commit | 61a8e1f51fb4b355d16b9af318f5f5369146d69b (patch) | |
tree | b81fca25efb08cc17a3bb5f6427fc40f0402378d | |
parent | 6e356071dd3baa85e842ce91a391798409a2ee21 (diff) | |
download | redmine-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
-rw-r--r-- | .travis.run-test.sh | 3 | ||||
-rw-r--r-- | .travis.yml | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/.travis.run-test.sh b/.travis.run-test.sh deleted file mode 100644 index 29ba32120..000000000 --- a/.travis.run-test.sh +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/sh - -JRUBY_OPTS=-J-Xmx1024m bundle exec rake test:${TEST_SUITE} 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 |