mirror of
https://github.com/hendrikschneider/jekyll-analytics
synced 2024-11-13 23:57:14 +00:00
Update .travis.yml
This commit is contained in:
parent
575dbaac5e
commit
79a3a70600
1 changed files with 0 additions and 2 deletions
|
@ -7,7 +7,5 @@ before_script:
|
||||||
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
||||||
- chmod +x ./cc-test-reporter
|
- chmod +x ./cc-test-reporter
|
||||||
- ./cc-test-reporter before-build
|
- ./cc-test-reporter before-build
|
||||||
script:
|
|
||||||
- bundle exec rspec
|
|
||||||
after_script:
|
after_script:
|
||||||
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
|
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
|
||||||
|
|
Loading…
Reference in a new issue