stokarenko/dynamic-fields-for

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
env:
  global:
    - CC_TEST_REPORTER_ID=6c87590be3659336b31ddbe14ca02841dc8afd8324fde8f37d451970abe5d787
    - GIT_COMMITTED_AT=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then git log -1 --pretty=format:%ct; else git log -1 --skip 1 --pretty=format:%ct; fi)

language: ruby

rvm:
  - 2.2.2
  - 2.3.1

gemfile:
  - gemfiles/5.0.gemfile
  - gemfiles/5.1.gemfile

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: 'xvfb-run bundle exec rspec'

notifications:
  email: false