Sha256: f1682e1a25e9ffd0bd878a084e2327959ff7871cda868fe2ead6e112ffa1dcef
Contents?: true
Size: 861 Bytes
Versions: 3
Compression:
Stored size: 861 Bytes
Contents
env: global: - CC_TEST_REPORTER_ID=43ea0acb059b164537ce31bf67e03e1cb552d63df1ad3e9bd95dc3d844697bb4 language: ruby rvm: - 2.4.0 - 2.4.1 - 2.4.2 - 2.4.3 - 2.4.6 - 2.5.0 - 2.5.5 - 2.6.0 - 2.6.3 - 2.7.0-preview1 notifications: slack: secure: UEYDtwLaQgAoMRY7ct1y0Uu5HbInMwrLo+TiYRc3rjDrzqDfDyInEr3bpckyPJ79lnzccrFezMdY4jWzRjmsvQzvYMu+DWJ1mAWOa/9Ws4YZ8nHd5KqXxVQ0EqPWuWwMOyOdyy3DK/MjUOobGSc0//Pv5DeaAAEBKLJzN+e1BQM= email: false before_install: - gem update --system - gem install bundler cache: bundler 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 after_script: - "./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT" branches: only: - master - development
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fortnox-api-0.7.2 | .travis.yml |
fortnox-api-0.7.1 | .travis.yml |
fortnox-api-0.7.0 | .travis.yml |