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 9
9
- 2.5
10
10
- 2.4
11
11
- jruby-9.2
12
- before_install :
13
- - gem install minitest
14
- - gem install simplecov
15
- - gem install codecov
16
12
before_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
19
15
- chmod +x ./cc-test-reporter
20
16
- " ./cc-test-reporter before-build"
21
17
script :
22
- - rake
18
+ - make test
23
19
after_script :
24
20
- " ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT"
25
21
deploy :
Original file line number Diff line number Diff line change 1
1
.PHONY : install test
2
2
3
3
install :
4
- gem install minitest
4
+ gem install bundler:1.14.6 ; bundle install
5
5
6
6
test :
7
- rake
7
+ rake test
You can’t perform that action at this time.
0 commit comments