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 b75f03c commit e567afbCopy full SHA for e567afb
1 file changed
scripts/determine-build-type
@@ -9,6 +9,9 @@ if [[ "${TRAVIS_EVENT_TYPE}" == "push" ]]; then
9
fi
10
elif [[ "${TRAVIS_EVENT_TYPE}" == "pull_request" ]]; then
11
echo pr
12
+elif [[ "${TRAVIS_EVENT_TYPE}" == "api" ]]; then
13
+ # do not build
14
+ echo ""
15
elif [[ "${TRAVIS_EVENT_TYPE}" == "cron" ]]; then
16
echo push
17
0 commit comments