forked from necojackarc/breadcrumbs_on_rails-json_ld
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
38 lines (38 loc) · 971 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
env:
global:
- CC_TEST_REPORTER_ID=ec91a2833b1e3f287c65ae58cf636472c97ab1941cff7b157c560783239513d2
language: ruby
sudo: false
rvm:
- 2.3.6
- 2.4.3
- 2.5.0
gemfile:
- gemfiles/rails40x.gemfile
- gemfiles/rails41x.gemfile
- gemfiles/rails42x.gemfile
- gemfiles/rails50x.gemfile
- gemfiles/rails51x.gemfile
matrix:
exclude:
- rvm: 2.4.3
gemfile: gemfiles/rails40x.gemfile
- rvm: 2.4.3
gemfile: gemfiles/rails41x.gemfile
- rvm: 2.5.0
gemfile: gemfiles/rails40x.gemfile
- rvm: 2.5.0
gemfile: gemfiles/rails41x.gemfile
branches:
only:
- master
before_install:
- gem update --system --no-document
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
notifications:
email: false