Skip to content

Commit 773fe8f

Browse files
committed
ci(travis): simplify job status reporting
1 parent 4da2b19 commit 773fe8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ after_script:
121121
- ./scripts/ci/after-script.sh
122122
- ./scripts/publish/publish-build-artifacts.sh
123123
- node tools/analytics/build-analytics success ci after_script
124-
- if [[ $TRAVIS_TEST_RESULT -eq 0 ]]; then node tools/analytics/build-analytics success ci job; else node tools/analytics/build-analytics error ci job; fi
124+
- tools/analytics/build-analytics $TRAVIS_TEST_RESULT ci job
125125

126126
notifications:
127127
webhooks:

0 commit comments

Comments
 (0)