Skip to content

Commit ed0e17d

Browse files
committed
updated before_install section
1 parent 16b04d7 commit ed0e17d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ env:
4646
- secure: "bWJR/alkUhovaZVn4EySamXsWsvAngLh/krZf3Jha6gYWGaf6HXFwB5gM9EaBIQsZKGECL9AKN0v8rX6tqSnXMKX2FgA9ClYvO0F60JviY6Ur6OT2rG0pm+WZZ1jzyGmf+5gVqiWF1/lM/tokdnj0Nw68OQwlNdc+DqxGXormO8=" # travis encrypt COVERITY_SCAN_TOKEN=...
4747

4848
before_install:
49-
- test "$TRAVIS_BRANCH" != "coverity_scan" -o ${TRAVIS_JOB_NUMBER##*.} = 1 || exit 0 # Skip build if branch is coverity_scan and this is the 1st job of the build matrix
49+
# Skip build if branch is coverity_scan and this is the 1st job of the build matrix
50+
- test "$TRAVIS_BRANCH" != "coverity_scan" -o "${TRAVIS_JOB_NUMBER##*.}" = 1 || exit 0
5051

5152
addons:
5253
coverity_scan:

0 commit comments

Comments
 (0)