diff --git a/.travis.yaml b/.travis.yaml new file mode 100644 index 0000000..a8af71b --- /dev/null +++ b/.travis.yaml @@ -0,0 +1,3 @@ +language: java +after_success: + - bash <(curl -s https://codecov.io/bash) \ No newline at end of file