Sha256: 6e17f801a3d88f1ae2b2376f1bca460ea03fdcd61097ba639f66af857321b704
Contents?: true
Size: 456 Bytes
Versions: 1
Compression:
Stored size: 456 Bytes
Contents
language: ruby rvm: - 2.6.3 - 2.5.5 - 2.4.6 - 2.3.8 - 2.2.10 - 2.1.10 - 1.9.3 - jruby-9.2.7.0 # https://docs.travis-ci.com/user/languages/ruby/ # https://bundler.io/blog/2019/01/04/an-update-on-the-bundler-2-release.html before_install: - gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true - gem uninstall bundler -v '>= 2' || true - gem install bundler -v '< 2' - gem list | grep bundler script: bundle exec rspec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
infoblox-3.0.0 | .travis.yml |