Skip to content

Commit 550a73a

Browse files
committed
.travis.yml: Print TRAVIS_* environment variables
To make make debugging Travis environment issues more straightforward. Signed-off-by: W. Trevor King <[email protected]>
1 parent dd40abe commit 550a73a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ before_install:
1616
install: true
1717

1818
script:
19+
- env | grep TRAVIS_
1920
- make .govet
2021
- make .golint
2122
- echo "${TRAVIS_COMMIT_RANGE} -> ${TRAVIS_COMMIT_RANGE/.../..} (travis-ci/travis-ci#4596)"

0 commit comments

Comments
 (0)