Skip to content

Commit

Permalink
.travis.yml: Print TRAVIS_* environment variables
Browse files Browse the repository at this point in the history
To make make debugging Travis environment issues more straightforward.

Signed-off-by: W. Trevor King <[email protected]>
  • Loading branch information
wking committed Jan 23, 2017
1 parent dd40abe commit 550a73a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ before_install:
install: true

script:
- env | grep TRAVIS_
- make .govet
- make .golint
- echo "${TRAVIS_COMMIT_RANGE} -> ${TRAVIS_COMMIT_RANGE/.../..} (travis-ci/travis-ci#4596)"
Expand Down

0 comments on commit 550a73a

Please sign in to comment.