We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1be880 commit bb148fdCopy full SHA for bb148fd
.travis.yml
@@ -1,9 +1,12 @@
1
os: osx
2
language: java
3
+sudo: false # faster builds
4
+
5
before_install:
6
- brew update
7
- brew install geckodriver
8
- brew cask install firefox
9
10
after_success:
- - bash <(curl -s https://codecov.io/bash)
- - mvn clean cobertura:cobertura coveralls:report
11
+ - mvn cobertura:cobertura coveralls:report
12
+ - bash <(curl -s https://codecov.io/bash)
0 commit comments