Skip to content

Commit d88e9e2

Browse files
author
Steve Peak
committed
switch to python
1 parent d2f30cc commit d88e9e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ language: scala
33
scala:
44
- 2.10.2
55

6+
before_script:
7+
- pip install --user codecov
8+
69
script:
710
- sbt clean scoverage:test
811

912
after_script:
10-
- bash <(curl -s https://codecov.io/bash)
13+
- codecov

0 commit comments

Comments
 (0)