Sha256: 7e6d306b6badf24f11fb83de46a2a26feeeda63404daf251abc8f13f417b8568

Contents?: true

Size: 437 Bytes

Versions: 6

Compression:

Stored size: 437 Bytes

Contents

language: ruby
rvm:
  - 3.0
  - 2.7
  - 2.6
before_install:
  - sudo apt-get -y install fortune
before_script:
  - export PATH=$PATH:/usr/games
  - 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
script:
  - bundle exec rspec
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
augury-1.1.1 .travis.yml
augury-1.1.0 .travis.yml
augury-1.0.3 .travis.yml
augury-1.0.2 .travis.yml
augury-1.0.1 .travis.yml
augury-1.0.0 .travis.yml