diff options
-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 |