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 f7d9a37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[submodule "dev-lib"]
path = dev-lib
url = https://github.com/xwp/wp-dev-lib.git
branch = feature/pre-commit-improvements

2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ branches:
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
- cd dev-lib; git pull origin feature/pre-commit-improvements; cd -
- source $DEV_LIB_PATH/travis.install.sh
- dump_environment_variables

script:
- source $DEV_LIB_PATH/travis.script.sh
Expand Down
2 changes: 1 addition & 1 deletion dev-lib

0 comments on commit f7d9a37

Please sign in to comment.