Created
November 15, 2017 15:10
-
-
Save sguzman/956b418df25c5eb0a057c5e56e929059 to your computer and use it in GitHub Desktop.
A basic yaml file for scala/codecov build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: scala | |
scala: | |
- 2.12.4 | |
script: | |
- sbt clean coverage test coverageReport | |
after_success: | |
- bash <(curl -s https://codecov.io/bash) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment