Sha256: bf45200b8562ab0bba3a92b34644a12991a5be192b813b1171b0631365bfd72d

Contents?: true

Size: 576 Bytes

Versions: 2

Compression:

Stored size: 576 Bytes

Contents

before_install:
- sudo apt-get update
- sudo apt-get install -y hunspell libhunspell-dev build-essential
- gem update --system
- bundle install
env:
  global:
  - CC_TEST_REPORTER_ID=c6f6f48c884645f1b5cf6adaccd1c837b19989c5b88e430e5c217ca93cbe07dd
  - COVERAGE=true
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 rake alfonsox:test"
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
alfonsox-0.2.8 .travis.yml
alfonsox-0.2.7 .travis.yml