We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4da6ee + e435ed2 commit ba6b849Copy full SHA for ba6b849
travis-build.sh
@@ -12,10 +12,10 @@ if [ -z "$GITHUB_TOKEN" ]; then
12
echo "ABORTING: env GITHUB_TOKEN is missing"
13
exit 1
14
fi
15
-#if [ -z "$GITHUB_OAUTH_TOKEN" ]; then
16
-# echo "ABORTING: env GITHUB_OAUTH_TOKEN is missing"
17
-# exit 1
18
-#fi
+if [ -z "$GITHUB_OAUTH_TOKEN" ]; then
+ echo "ABORTING: env GITHUB_OAUTH_TOKEN is missing"
+ exit 1
+fi
19
20
# verbose logging
21
set -x
0 commit comments