Skip to content

Commit

Permalink
Try to get travis to spit out some env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
c0bra committed Oct 16, 2014
1 parent 89aa836 commit 7d192af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ branches:
- /^release-.*$/

before_script:
- echo "TRAVIS_PULL_REQUEST" $TRAVIS_PULL_REQUEST
- echo "TRAVIS_BRANCH" $TRAVIS_BRANCH
- echo "TRAVIS_PULL_REQUEST $TRAVIS_PULL_REQUEST ${$TRAVIS_PULL_REQUEST}"
- echo "TRAVIS_BRANCH $TRAVIS_BRANCH ${$TRAVIS_BRANCH}"
- git fetch --tags
- chmod +x ./lib/sauce/sauce_connect_setup.sh ./lib/sauce/sauce_connect_block.sh ./travis_build.sh ./travis_print_logs.sh
- export DISPLAY=:99.0
Expand Down

0 comments on commit 7d192af

Please sign in to comment.