Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/bkimminich/juice-shop
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Nov 15, 2018
2 parents 3a3a094 + b9452fb commit 66333bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -21,7 +21,7 @@ script:
- node_version=$(node -v); if [ ${node_version:1:2} = 10 ]; then NODE_ENV=ctf npm run protractor; else echo "Skipping Protractor e2e tests on $node_version"; fi
after_success:
- "./node_modules/.bin/lcov-result-merger 'build/reports/coverage/**/lcov.info' 'build/reports/coverage/lcov_merged.info'"
- node_version=$(node -v); if [ ${node_version:1:2} = 10 ]; then "./node_modules/.bin/codeclimate-test-reporter < ./build/reports/coverage/lcov_merged.info"; else echo "Skipping Codeclimate analysis on $node_version"; fi
- node_version=$(node -v); if [ ${node_version:1:2} = 10 ]; then ./node_modules/.bin/codeclimate-test-reporter < ./build/reports/coverage/lcov_merged.info; else echo "Skipping Codeclimate analysis on $node_version"; fi
notifications:
email:
- secure: ADLqaNm7lR8sgCkSz7eWtWdm8zZ9OsbkcQAi2nm7hQPWAkTWPfr9qeOBh39Z3PZvkgDdlUpNZc/uPlcEGEILznJRF3HlQjWrWksNNtY3xaRc01B4uXlDbODjttb6v9mOqkwUqRfQLeerOqNynNSkT129+mz4FANn0+oucZ3EuQc=
Expand Down

0 comments on commit 66333bc

Please sign in to comment.