File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
- 2.3.0
1
+ 2.5.3
Original file line number Diff line number Diff line change
1
+ env :
2
+ global :
3
+ - CC_TEST_REPORTER_ID=333fce48233f0f608d146f7855e78bf449200c0aaeab76cbd50fa440c323e943
1
4
language : ruby
2
5
rvm :
3
- - 2.3.0
6
+ - 2.5.3
4
7
before_script :
8
+ - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
9
+ - chmod +x ./cc-test-reporter
10
+ - ./cc-test-reporter before-build
5
11
- mkdir bin-test && cd bin-test
6
12
- curl --location -O https://bitbucket.org/JesusFreke/smali/downloads/smali-2.2.5.jar && mv smali-*.jar smali.jar
7
13
- curl --location -O https://bitbucket.org/JesusFreke/smali/downloads/baksmali-2.2.5.jar && mv baksmali-*.jar baksmali.jar
@@ -10,4 +16,7 @@ before_script:
10
16
- chmod +x ./smali ./baksmali
11
17
- export PATH=$PATH:$PWD
12
18
- cd ..
13
- script : bundle exec rspec && bundle exec codeclimate-test-reporter
19
+ script :
20
+ - bundle exec rspec
21
+ after_script :
22
+ - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
You can’t perform that action at this time.
0 commit comments