Skip to content

Commit bb148fd

Browse files
committed
updating travis with coverage results
1 parent e1be880 commit bb148fd

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
@@ -1,9 +1,12 @@
11
os: osx
22
language: java
3+
sudo: false # faster builds
4+
35
before_install:
46
- brew update
57
- brew install geckodriver
68
- brew cask install firefox
9+
710
after_success:
8-
- bash <(curl -s https://codecov.io/bash)
9-
- mvn clean cobertura:cobertura coveralls:report
11+
- mvn cobertura:cobertura coveralls:report
12+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)