diff --git a/.travis.run-test.sh b/.travis.run-test.sh deleted file mode 100644 index 29ba321..0000000 --- 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 ca5c0d0..8862390 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