Skip to content

Commit

Permalink
Added minimal and experimental travis and codecov configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasiu committed Oct 8, 2017
1 parent 118d8f7 commit d89492f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .codecov.yml
@@ -0,0 +1,5 @@
coverage:
status:
project:
default:
threshold: 5%
14 changes: 14 additions & 0 deletions .travis.yml
@@ -0,0 +1,14 @@
language: scala
install:
- pip install --user codecov

scala:
- 2.12.3

jdk:
- oraclejdk8

cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt

0 comments on commit d89492f

Please sign in to comment.