You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ after_script:
121
121
- ./scripts/ci/after-script.sh
122
122
- ./scripts/publish/publish-build-artifacts.sh
123
123
- 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
0 commit comments