Skip to content

Commit a87e8e1

Browse files
committed
updating travis again
1 parent e6650be commit a87e8e1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ addons:
77
secure: f7ee339e87b3a7125b95957b3194ff6252870eb4
88

99
script:
10+
- install_browser.sh
1011
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
1112

1213
cache:
1314
directories:
1415
- $HOME/.m2/repository
1516
- $HOME/.sonar/cache
1617

17-
before_install:
18-
script: install_browser.sh
19-
2018
after_success:
2119
- mvn package
2220
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)