I'm trying to print some information using echo in my .travis.yml file, but I don't see anything in the log.
My .travis.yml file:
before_install:
- echo $TRAVIS_COMMIT
- echo $TRAVIS_TAG
- echo $TRAVIS_BRANCH
- echo $TRAVIS_BUILD_NUMBER
- echo $TRAVIS_REPO_SLUG
My output:

