Skip to content

Commit

Permalink
Should use $USER
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed May 18, 2017
1 parent 71ed7ab commit cd77214
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ sudo: false
cache: packages

before_install:
- echo "TRAVIS BUILD ID"
- echo ${TRAVIS_BUILD_ID}
- echo "TRAVIS JOB ID"
- echo ${TRAVIS_JOB_ID}
- echo ${USER}
- hostname
- users

Expand Down

0 comments on commit cd77214

Please sign in to comment.