Sha256: 76361e97cf4971c45c5ecbc0c544e5cfe8aef548806147f32cd2515cd55d1ba7

Contents?: true

Size: 674 Bytes

Versions: 4

Compression:

Stored size: 674 Bytes

Contents

---
sudo: false
cache: bundler
rvm:
  - 2.7.0
  - 2.6.5
  - 2.5.7
script: bundle exec rake
before_script:
  - 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"
after_script:
  - "./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT"
notifications:
  email: false
gemfile:
  - gemfiles/rails_6_0.gemfile
  - gemfiles/rails_5_2.gemfile
env:
  global:
    secure: LglasZ2QJLCE2tSKyZ9wIZNNwDNQ/gi+QNSHlpK2olgBOYMKV1idJPZjUlSTAac7+QHTYRRGCoUVMYHWxJgLfcuo7YpXVAgqPwjVl5nbHKfh/oP/FLriELKZbqMo0TtuqZNdnqPdO8RE7zK0om37jYNoUPJ4j2mUVLC8PMZpbiM=

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
simple_auth-3.1.3 .travis.yml
simple_auth-3.1.2 .travis.yml
simple_auth-3.1.1 .travis.yml
simple_auth-3.1.0 .travis.yml