Sha256: 41644f0818c6ba58a83b65e660b6e6316e815eab7a9b984f801bb44c20cf1e67

Contents?: true

Size: 853 Bytes

Versions: 4

Compression:

Stored size: 853 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.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.12 .travis.yml
facter-4.0.11 .travis.yml
facter-4.0.10.pre .travis.yml
facter-4.0.9.pre .travis.yml