Sha256: 76d7cf05d37882c6d0bb3b9452bc6e8e0dfc0f8338210b172998738e5036dcde

Contents?: true

Size: 555 Bytes

Versions: 9

Compression:

Stored size: 555 Bytes

Contents

sudo: false
env:
  global:
    - CI=TRAVIS
    - CC_TEST_REPORTER_ID=0e339f5c9d1bbcceab27065342b2e22535bb469bd083a6f44ddb8a262f71f8a4
language: ruby
rvm:
  - 2.4.2
  - 2.3.5
before_install:
  - gem install bundler -v 1.15.4
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 rspec --format documentation
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
arduino-library-0.5.4 .travis.yml
arduino-library-0.5.3 .travis.yml
arduino-library-0.5.1 .travis.yml
arduino-library-0.5.0 .travis.yml
arduino-library-0.4.1 .travis.yml
arduino-library-0.4.0 .travis.yml
arduino-library-0.3.2 .travis.yml
arduino-library-0.3.1 .travis.yml
arduino-library-0.3.0 .travis.yml