mirror of
https://github.com/hendrikschneider/jekyll-analytics
synced 2024-11-10 06:14:18 +00:00
Update .travis.yml
This commit is contained in:
parent
04700ef722
commit
acac96a898
1 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,5 @@ 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
|
||||
script:
|
||||
- bundle exec rspec
|
||||
after_script:
|
||||
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
|
||||
|
|
Loading…
Reference in a new issue