Sha256: f09125f9441e849a4963bdd771761043803885a135ecb7de724c1d7f414e031d
Contents?: true
Size: 1.32 KB
Versions: 2
Compression:
Stored size: 1.32 KB
Contents
sudo: false env: global: - CI=TRAVIS - CC_TEST_REPORTER_ID=0e339f5c9d1bbcceab27065342b2e22535bb469bd083a6f44ddb8a262f71f8a4 language: ruby rvm: - 2.5.1 - 2.4.3 - 2.3.7 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" notifications: webhooks: urls: - secure: Br/nFJHo7inuzgKSeF5afP+jCH0jy7NqoasKxdd3mraBZ1f2v/XOYHvTXUwME3TIL5SeohPRj5Wli4AKu3JlYp8Ja71U52JpBG6KTx5QMBTBUqqyBKHyKo6Gun0csP+EspPyI2jB8/9V9gVFTKne9J3OvpTQePbEJFSnN4gnLw/W8+n7/o1jEBgmKlo4Qtx+J/JNi7n3cipHBy3n03c3S/5qp76FJklnLoJhhdIkwvjmgfXo2wcWGrQv+lgxzAnbPmP149CHIam4bXCyoHewhgVe9LANkp9+/j++uvKx874VfwncAzgI7c6BWQTN3pitJ0K2jR7UPeo9oHMHlWfQz7GcJ5omUiOuCIzF9agtBUKM1lMMBQ74tRGe+Ekq5K8VZzpaBSUGleWE5nyxiXQC9qo+WA4StUsXKmHUV1V0UZ0zs1oXtyW5ubKcjZPdj3/H+Zcm8iGwNKRJ2pVsadxbhAWS6+/N17FbUSHOTnhh3fhehMKTzjPVeVVQNhPp1ZaK9mMRWEiOcCdo8ocrVTuS6zw8zgDSUe/5B1gVQb1Ulph0VqGIyT9dnZlASvuqZ4lK6ca+mz35mJg6PXUWM4HyLaI5N+rHm52erj0odOGHA/8YY1UezCuc9xDIrtx0XH30O/Ov4WdIfAybMnz5GW7gEtM6phIdUFv/DywUOzxoKFg= on_success: always on_failure: onchange on_start: never
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
arduino-library-0.6.0 | .travis.yml |
arduino-library-0.5.5 | .travis.yml |