Skip to content

Commit 1e726e6

Browse files
committed
Progress on codecov
1 parent 5c0ff71 commit 1e726e6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ cache:
66
- $HOME/.ivy2/cache
77
- $HOME/.sbt/boot/
88
- $HOME/.sbt/launchers
9+
- $HOME/build
910

1011
jdk:
1112
- oraclejdk8
1213
scala:
13-
- 2.11.8
14+
- 2.11.8
15+
after_success:
16+
- bash <(curl -s https://codecov.io/bash)
17+
sudo: false

0 commit comments

Comments
 (0)