Skip to content

Commit 34267c2

Browse files
committed
added some config to travis to get coveralls to work
1 parent 9a48f37 commit 34267c2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ language: java
33
install: echo "I trust Maven."
44

55
# don't just run the tests, also run Findbugs and friends
6-
#script: mvn verify cobertura:cobertura coveralls:cobertura
7-
script: mvn verify
6+
script: mvn verify cobertura:cobertura coveralls:cobertura
7+
#script: mvn verify
88

99
jdk:
1010
- oraclejdk7
@@ -15,3 +15,6 @@ notifications:
1515
email:
1616
recipients:
1717
- sean.scanlon@gmail.com
18+
env:
19+
global:
20+
- secure: "ZzUSjCrRJXkf9MDdot71GWSK89OViETn+vy/jqBK7qv71W7gTJsgYUYeifU3\ntNHuSpBJ5fzDJmk2bIfyimXN0CRJu0HrcT25Dr1PNXPJbqh/z6HpHfSp2rW1\n9pf0jieHQPHPDwSAWEq6laIOHvFGI9VzL7wGSRi1NbECS1dQb3M="

0 commit comments

Comments
 (0)