Skip to content

Commit

Permalink
Dump env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Jan 16, 2016
1 parent 7064246 commit ccc3a82
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 @@ -21,6 +21,7 @@ install:
- export DEV_LIB_PATH=dev-lib
- if [ ! -e "$DEV_LIB_PATH" ] && [ -L .travis.yml ]; then export DEV_LIB_PATH=$( dirname $( readlink .travis.yml ) ); fi
- source $DEV_LIB_PATH/travis.install.sh
- dump_environment_variables

script:
- source $DEV_LIB_PATH/travis.script.sh
Expand Down

0 comments on commit ccc3a82

Please sign in to comment.