diff --git a/.travis.yml b/.travis.yml index f1dd724..1973060 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - sleep 3 # give xvfb some time to start - - yarn add --dev coveralls + - yarn add --dev coveralls codeclimate-test-reporter script: - - yarn test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js + - yarn test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && ./node_modules/codeclimate-test-reporter/bin/codeclimate.js < ./coverage/lcov.info - yarn e2e