Sha256: 1fc14731280a408bf5102f5163c7ff52d90206c5651752ff38b0f44373b47ea3

Contents?: true

Size: 760 Bytes

Versions: 3

Compression:

Stored size: 760 Bytes

Contents

env:
  global:
    - CC_TEST_REPORTER_ID=787a2f89b15c637323c7340d65ec17e898ac44480706b4b4122ea040c2a88f1d
language: ruby
rvm:
  - "2.3.0"
  - "2.3.1"
  - "2.3.2"
  - "2.3.3"
  - "2.3.4"
  - "2.3.5"
  - "2.3.6"
  - "2.4.0"
  - "2.4.1"
  - "2.4.2"
  - "2.4.3"
  - "2.5.0"
addons:
  code_climate:
    repo_token: 397c19af63ca3467cff6fd640b0460b691f687118332b5989f530d28f82adcb8
notifications:
  slack: my-codeworks:fwKO4YfipnmNKJQL3cRSEoKB
  email: false
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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fortnox-api-0.6.2 .travis.yml
fortnox-api-0.6.1 .travis.yml
fortnox-api-0.6.0 .travis.yml