1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00
draper/.travis.yml

29 lines
548 B
YAML
Raw Normal View History

env:
global:
- CC_TEST_REPORTER_ID=b7ba588af2a540fa96c267b3655a2afe31ea29976dc25905a668dd28d5e88915
language: ruby
cache: bundler
2013-02-27 06:39:33 -05:00
2013-03-03 06:34:06 -05:00
services:
- mongodb
2011-08-27 23:58:02 -04:00
rvm:
2019-08-20 11:19:02 -04:00
- 2.3.8
- 2.4.9
- 2.5.7
- 2.6.5
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
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
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT