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 787655c commit ddd98f1Copy full SHA for ddd98f1
.travis.yml
@@ -6,8 +6,10 @@ addons:
6
token:
7
secure: f7ee339e87b3a7125b95957b3194ff6252870eb4
8
9
+script:
10
script:
11
- ./mac_install_browsers.sh
12
+- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
13
- mvn clean test -Dsurefire.suiteXmlFiles=mac-only.xml
14
15
cache:
@@ -16,7 +18,7 @@ cache:
16
18
- $HOME/.sonar/cache
17
19
20
after_success:
-- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
21
+- mvn clean package
22
- bash <(curl -s https://codecov.io/bash)
23
24
env:
0 commit comments