Sha256: feb8d81b2fe4fc245226d198fe03d61b4d4fd4553e737bb10257c4f19ae39ac1
Contents?: true
Size: 399 Bytes
Versions: 4
Compression:
Stored size: 399 Bytes
Contents
language: ruby cache: bundler dist: trusty sudo: false # Early warning system to catch if Rubygems breaks something before_install: - gem update --system - gem uninstall bundler -a -x - gem install bundler - rm -f .bundle/config rvm: - 2.2.7 - 2.3.4 - 2.4.1 - ruby-head matrix: allow_failures: - rvm: ruby-head script: bundle exec rake spec branches: only: - master
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
knife-ec2-0.18.2 | .travis.yml |
knife-ec2-0.18.0 | .travis.yml |
knife-ec2-0.17.0 | .travis.yml |
knife-ec2-0.16.0 | .travis.yml |