File tree 1 file changed +12
-5
lines changed
1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
env :
2
2
global :
3
3
- " JRUBY_OPTS=-Xcext.enabled=true"
4
+ - " CC_TEST_REPORTER_ID=faa393209ff0a104cf37511a9a03510bcee37951971b1ca4ffc2af217851d47e"
5
+ language : ruby
4
6
rvm :
5
7
- 1.8.7
6
8
- ree
14
16
- 2.6
15
17
- ruby-head
16
18
- jruby
17
- branches :
18
- only :
19
- - master
20
- before_script :
21
- - if (ruby -e "exit RUBY_VERSION.to_f >= 2.3"); then export RUBYOPT="--enable-frozen-string-literal"; fi; echo $RUBYOPT
22
19
matrix :
23
20
allow_failures :
24
21
- rvm : 1.8.7
25
22
- rvm : ruby-head
26
23
- rvm : jruby
24
+ branches :
25
+ only :
26
+ - master
27
+ before_script :
28
+ - if (ruby -e "exit RUBY_VERSION.to_f >= 2.3"); then export RUBYOPT="--enable-frozen-string-literal"; fi; echo $RUBYOPT
29
+ - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
30
+ - chmod +x ./cc-test-reporter
31
+ - ./cc-test-reporter before-build
27
32
script : " rake test" # test:scanners"
33
+ after_script :
34
+ - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
28
35
sudo : false
You can’t perform that action at this time.
0 commit comments