Sha256: f13d0ae80eb591698e05b8fd10dfc2f379ad435d1f6d5a559e13040d28d43ea9
Contents?: true
Size: 997 Bytes
Versions: 17
Compression:
Stored size: 997 Bytes
Contents
# This configuration file tells the test suite which Ruby interpreters to # test against. Below is an example utilizing RVM. # # N.B. this is the environment used as part of the Submodule tests # (as opposed to the environment used for the Passenger module tests) # # If you want test coverage reporting via simplecov to work, then this list # must contain the main Ruby interpreter that you are using, and the entry # for that Ruby interpreter must execute Ruby through 'bundle exec'. In the # example below, this is the case for Ruby 1.9.3. # these are still supported so we pin to the travis version and re-pin whenever they do - name: Ruby 1.9.3-p551 command: rvm-exec ruby-1.9.3-p551 bundle exec ruby - name: Ruby 2.1.5 command: rvm-exec ruby-2.1.5 ruby - name: Ruby 2.2.0 command: rvm-exec ruby-2.2.0 ruby - name: JRuby 9.0.0.0 command: env JRUBY_OPTS= rvm-exec jruby-9.0.0.0.pre1 ruby --dev -J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -J-Xss2m -Xcompile.invokedynamic=false
Version data entries
17 entries across 17 versions & 1 rubygems