Skip to content

Commit

Permalink
fixup! Added Gateway tests on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vidarl committed Oct 18, 2018
1 parent 9329b6d commit 298bc5f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bin/.travis/prepare_unittest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@

# Disable xdebug to speed things up as we don't currently generate coverge on travis
# And make sure we use UTF-8 encoding
if [ "$TRAVIS_PHP_VERSION" != "hhvm" ] ; then
phpenv config-rm xdebug.ini
echo "default_charset = UTF-8" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
fi
phpenv config-rm xdebug.ini
echo "default_charset = UTF-8" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini

# Setup DB
if [ "$DB" = "mysql" ] ; then
Expand Down

0 comments on commit 298bc5f

Please sign in to comment.