Skip to content

Commit 71c0cbb

Browse files
committed
missing 's' in script name
1 parent 9e4f0ec commit 71c0cbb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,15 @@ addons:
66
token:
77
secure: f7ee339e87b3a7125b95957b3194ff6252870eb4
88

9-
script:
10-
- ./install_browser.sh
11-
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
9+
script: ./install_browsers.sh
1210

1311
cache:
1412
directories:
1513
- $HOME/.m2/repository
1614
- $HOME/.sonar/cache
1715

1816
after_success:
19-
- mvn package
17+
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
2018
- bash <(curl -s https://codecov.io/bash)
2119

2220
env:

0 commit comments

Comments
 (0)