File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 99 - 2.5
1010 - 2.4
1111 - jruby-9.2
12- before_install :
13- - gem install minitest
14- - gem install simplecov
15- - gem install codecov
1612before_script :
17- - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
18- > ./cc-test-reporter
13+ - make install
14+ - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
1915 - chmod +x ./cc-test-reporter
2016 - " ./cc-test-reporter before-build"
2117script :
22- - rake
18+ - make test
2319after_script :
2420 - " ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT"
2521deploy :
Original file line number Diff line number Diff line change 11.PHONY : install test
22
33install :
4- gem install minitest
4+ gem install bundler:1.14.6 ; bundle install
55
66test :
7- rake
7+ rake test
You can’t perform that action at this time.
0 commit comments