Skip to content

Commit

Permalink
travis: Log all TRAVIS environment variables
Browse files Browse the repository at this point in the history
This is useful to get details about TRAVIS_* env variables that are set
up for us.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
  • Loading branch information
Damien Lespiau committed Mar 7, 2016
1 parent ec1bea4 commit 5b3716e
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 @@ -26,5 +26,6 @@ before_script:
- export SELENIUM_BROWSER=firefox
- export PW_TEST_DB_USER=travis
- export PW_TEST_DB_PASS=""
- env | grep ^TRAVIS

script: ./tests/test_all.sh

0 comments on commit 5b3716e

Please sign in to comment.