before_script_test.sh 157 B

123456
  1. #!/usr/bin/env sh
  2. set -ev
  3. if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then
  4. mv /tmp/xdebug.ini "$HOME/.phpenv/versions/$(phpenv version-name)/etc/conf.d"
  5. fi