Sha256: 317cbbc1658ce87c538938c08aecc4506bd77ffb0c39fb2ca34f0c35696f8884
Contents?: true
Size: 1.06 KB
Versions: 2
Compression:
Stored size: 1.06 KB
Contents
language: ruby script: rake spec:travis before_script: rake spec:travis:deps notifications: email: - mail@arko.net - hone02@gmail.com irc: on_success: change on_failure: always channels: - "irc.freenode.org#bundler" rvm: - 1.9.3 - 1.9.2 - 1.8.7 # Rubygems versions MUST be available as rake tasks # see Rakefile:66 for the list of possible RGV values env: # test the supported rubygems release with all of our supported rubies - RGV=v1.8.24 matrix: allow_failures: # 1.9.2 is simply too slow. it sometimes exceeds the 25m hard limit. - rvm: 1.9.2 include: # Bundler 1.x supports Rubygems down to 1.5.3 on Ruby 1.9.3 - rvm: 1.9.3 env: RGV=v1.7.2 - rvm: 1.9.3 env: RGV=v1.6.2 - rvm: 1.9.3 env: RGV=v1.5.3 # Bundler 1.x supports Rubygems down to 1.3.6 on Ruby 1.8.7 - rvm: 1.8.7 env: RGV=v1.7.2 - rvm: 1.8.7 env: RGV=v1.6.2 - rvm: 1.8.7 env: RGV=v1.5.3 - rvm: 1.8.7 env: RGV=v1.4.2 - rvm: 1.8.7 env: RGV=v1.3.7 - rvm: 1.8.7 env: RGV=v1.3.6
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bundler-1.2.5 | .travis.yml |
bundler-1.2.4 | .travis.yml |