Sha256: 95455cc09591a8e63683b3b7ab03fc3d9f930b6164d64003253013e812da4930
Contents?: true
Size: 915 Bytes
Versions: 4
Compression:
Stored size: 915 Bytes
Contents
os: linux language: ruby cache: bundler: true branches: only: - master before_install: - gem update --system --force - gem install bundler - bundle install - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-reporter before-build jobs: include: - rvm: 2.7 script: - bundle exec rake spec - rvm: 2.6 script: - bundle exec rubocop - bundle exec rubycritic --no-browser -f console - bundle exec rake spec - rvm: 2.5 script: - bundle exec rake spec - rvm: 2.4 script: - bundle exec rake spec - rvm: 2.3 script: - bundle exec rake spec - rvm: jruby-head script: - bundle exec rake spec after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
facter-4.0.16 | .travis.yml |
facter-4.0.15 | .travis.yml |
facter-4.0.14 | .travis.yml |
facter-4.0.13 | .travis.yml |