Skip to content

Commit 4038a1b

Browse files
committed
An attempt to run sonar scanner on travis
1 parent 085ceed commit 4038a1b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ env:
88
- FF_NIGHTLY_BINARY=$HOME/firefox-latest-nightly/firefox/firefox-bin
99
git:
1010
depth: 10
11+
addons:
12+
sonarcloud:
13+
organization: "seleniumhq"
1114

1215
_bindings:
1316
java: &java
@@ -59,6 +62,7 @@ matrix:
5962
<<: *node
6063
<<: *chrome
6164
include:
65+
- script: sonar-scanner
6266
- env: MARIONETTE=1 SELENIUM_BROWSER=firefox NPM=test
6367
<<: *node
6468
<<: *firefox-latest

0 commit comments

Comments
 (0)