Sha256: 790ecf0acaada7f460fac1fdf83710d1ac336a7c434ae2013f87bfcfad96c0d4

Contents?: true

Size: 503 Bytes

Versions: 3

Compression:

Stored size: 503 Bytes

Contents

---
sudo: false
language: ruby
cache: bundler
rvm:
  - 2.6.3

before_install: gem install bundler -v 1.17.2

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

script:
  - bundle exec bundle-audit
  - bundle exec rspec
  - bundle exec rubocop
  - bundle exec rake yard:junk

after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tide-api-0.4.0 .travis.yml
tide-api-0.3.0 .travis.yml
tide-api-0.2.0 .travis.yml