Sha256: f303da95a03f121e6210d2742dbb8e2f79d88883694b6a809189149660bb3583

Contents?: true

Size: 254 Bytes

Versions: 4

Compression:

Stored size: 254 Bytes

Contents

sudo: false
language: ruby
cache: bundler
rvm:
  - 2.3.7
  - 2.4.4
  - 2.5.1
  - ruby-head

before_install: gem install bundler

script:
  - bundle exec rake
  - bundle exec codeclimate-test-reporter
  - bundle exec rubocop
  - bundle exec mdl README.md

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
omniauth-eve_online-sso-0.6.0 .travis.yml
omniauth-eve_online-sso-0.5.0 .travis.yml
omniauth-eve_online-sso-0.4.0 .travis.yml
omniauth-eve_online-sso-0.3.0 .travis.yml