Skip to content

Commit 28ebf8d

Browse files
committed
Hide GITHUB_TOKEN, too
1 parent 567cfb8 commit 28ebf8d

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
@@ -147,7 +147,7 @@ script:
147147
fi
148148
149149
after_success:
150-
- ARTIFACTS_KEY='' ARTIFACTS_SECRET='' ARTIFACTS_BUCKET='' ARTIFACTS_PERMISSIONS='' $INSTALL_DEST/$VERSION/bin/php -i
150+
- ARTIFACTS_KEY='' ARTIFACTS_SECRET='' ARTIFACTS_BUCKET='' ARTIFACTS_PERMISSIONS='' GITHUB_TOKEN='' $INSTALL_DEST/$VERSION/bin/php -i
151151
- $INSTALL_DEST/$VERSION/bin/php -m
152152
- $INSTALL_DEST/$VERSION/bin/php -f test.php
153153
- ldd $INSTALL_DEST/$VERSION/bin/php

0 commit comments

Comments
 (0)