Skip to content

Commit

Permalink
Let's see if this sorts out the path issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Nov 23, 2014
1 parent d43c9ec commit 4194729
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -17,4 +17,7 @@ notifications:

script:
- MYPHP=`make findphp`
- echo $PATH
- export $PATH=`dirname $MYPHP`:$PATH
- echo $PATH
- REPORT_EXIT_STATUS=1 TEST_PHP_EXECUTABLE=$MYPHP $MYPHP -dxdebug.auto_trace=0 run-tests.php -q -x --show-diff

0 comments on commit 4194729

Please sign in to comment.