Project

General



Profile

« Previous | Next » 

Revision 13305

Added by Toshi MARUYAMA about 11 years ago

.travis.yml: run same commands with Redmine official CI server

View differences:

sandbox/rails-4.1/.travis.run-test.sh
1
#! /bin/sh
2

  
3
JRUBY_OPTS=-J-Xmx1024m bundle exec rake test:${TEST_SUITE}
sandbox/rails-4.1/.travis.yml
32 32
  - "bundle install"
33 33
  - "RUN_ON_NOT_OFFICIAL='' RUBY_VER=1.9 BRANCH=trunk bundle exec rake config/database.yml"
34 34
  - "bundle install"
35
  - "JRUBY_OPTS=-J-Xmx1024m bundle exec rake ci"
35
  - "bundle exec rake ci:setup"
36
  - "sh .travis.run-test.sh"
36 37
notifications:
37 38
  email: false

Also available in: Unified diff