Sha256: 5217cb54ba513beae063ba6e3c33882a2d0d4f656345208efb493a140029caa7
Contents?: true
Size: 900 Bytes
Versions: 1
Compression:
Stored size: 900 Bytes
Contents
language: ruby rvm: - 2.2.5 - 2.5.1 before_script: - psql -c 'create database order_as_specified_test;' -U postgres - 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 - bundle exec rubocop after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT addons: postgresql: "9.3" env: global: CC_TEST_REPORTER_ID=781c439d68cbb928316deaec1c7136f98423e1db87238f99cbc95183de94df9e matrix: - AR_VERSION="~> 5.0.0" - AR_VERSION="~> 5.1.0" - AR_VERSION="~> 5.2.0" notifications: email: false hipchat: rooms: secure: pLL6WXsWnvigZNgcYYwr0el3AG3WbRXOV4zAoBx/pAD/y51/KOjWboUO5szOqIicdSBJTIY5el7wK4uUi5elseumjl1jvOQSG7izvCGzDekuJuOTj9f6MdLtigbIaWO5/NWtXw0/JGHDQJpB4HyOv1mGAjQ3Y6MKxMNv+RUsgRI=
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
order_as_specified-1.5 | .travis.yml |