Sha256: cb1effaf5fd09d3ba0bb12396f8cbfaaab8592b14f65d30e1c5a686f16890006

Contents?: true

Size: 424 Bytes

Versions: 2

Compression:

Stored size: 424 Bytes

Contents

---
language: ruby
sudo: false
cache: bundler
bundler_args: --without yard benchmarks
script: "bundle exec rake ci"
rvm:
  - 1.9.3
  - 2.0
  - 2.1
  - 2.2
  - ruby-head
  - jruby-19mode
  - jruby
  - jruby-head
  - rbx-2
env:
  global:
    - JRUBY_OPTS="-Xcli.debug=true --debug"
matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head
  fast_finish: true
branches:
  only: master
notifications:
  email: false

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
rspec-benchmark-0.1.0 .travis.yml
benchmark-perf-0.1.0 .travis.yml