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 4038a1b commit 55882b0Copy full SHA for 55882b0
.travis.yml
@@ -62,11 +62,10 @@ matrix:
62
<<: *node
63
<<: *chrome
64
include:
65
- - script: sonar-scanner
66
- env: MARIONETTE=1 SELENIUM_BROWSER=firefox NPM=test
67
68
<<: *firefox-latest
69
- - env: BZL="build //java/..."
+ - env: BZL="build //java/..." SONAR=1
70
<<: *java
71
- env: BZL="test --test_size_filters=small //java/..."
72
scripts/travis/script.sh
@@ -42,3 +42,7 @@ if [[ ! -z "$NPM" ]]; then
42
cd javascript/node/selenium-webdriver; npm install; npm run $NPM
43
fi
44
45
+
46
+if ([[ ! -z "$SONAR" ]]); then
47
+ sonar-scanner
48
+fi
0 commit comments