mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
travis full test 2
This commit is contained in:
parent
633b67144b
commit
c52278a8fb
@ -28,7 +28,7 @@ env:
|
||||
global:
|
||||
- UNATTENDED="--assume-yes"
|
||||
- FORCE_REINSTALL="--reinstall"
|
||||
# - UPLOADTOOL_SUFFIX="test-$TRAVIS_BRANCH-$(date +%Y_%m_%d-%H_%M_%S)"
|
||||
- UPLOADTOOL_SUFFIX="test-$TRAVIS_BRANCH-$(date +%Y_%m_%d-%H_%M_%S)"
|
||||
|
||||
#addons:
|
||||
# apt:
|
||||
|
@ -3,9 +3,9 @@
|
||||
# This bash script reports the more important TRAVIS environment variables
|
||||
|
||||
echo "TravisCI env:"
|
||||
echo " tag: [$TARVIS_TAG]"
|
||||
echo " branch: [$TARVIS_BRANCH]"
|
||||
echo " commit: [$TARVIS_COMMIT]"
|
||||
echo " tag: [$TRAVIS_TAG]"
|
||||
echo " branch: [$TRAVIS_BRANCH]"
|
||||
echo " commit: [$TRAVIS_COMMIT]"
|
||||
echo " build dir: [$TRAVIS_BUILD_DIR]"
|
||||
echo " repo slug: [$TRAVIS_REPO_SLUG]"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user