Skip to content

Commit

Permalink
verbose mode for bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
craue committed Dec 3, 2015
1 parent dceb0fa commit 56f4087
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ matrix:

install:
- if [ "${TRAVIS_PHP_VERSION}" != "hhvm" ]; then phpenv config-add travis.php.ini; fi;
- sh travis_install_dependencies.sh
- bash travis_install_dependencies.sh

before_script:
- mkdir -p build/logs
Expand Down
4 changes: 3 additions & 1 deletion travis_install_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh
#!/bin/bash

set -euv

export COMPOSER_NO_INTERACTION=1
composer self-update
Expand Down

0 comments on commit 56f4087

Please sign in to comment.