Skip to content

Commit

Permalink
Merge pull request sabre-io#939 from fruux/staabm-patch-1
Browse files Browse the repository at this point in the history
dont disable xdebug manually anymore in travis builds.
  • Loading branch information
evert committed Jan 28, 2017
2 parents a76458f + 90b7cf3 commit 5089ac0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -3,7 +3,6 @@ php:
- 7.0
- 7.1


env:
matrix:
- LOWEST_DEPS="" TEST_DEPS=""
Expand All @@ -20,8 +19,6 @@ before_script:
- mysql -e 'create database sabredav_test'
- psql -c "create database sabredav_test" -U postgres
- psql -c "create user sabredav with PASSWORD 'sabredav';GRANT ALL PRIVILEGES ON DATABASE sabredav_test TO sabredav" -U postgres
- phpenv config-rm xdebug.ini; true
# - composer self-update
- composer update --prefer-dist $LOWEST_DEPS

# Required for postgres 9.5
Expand Down

0 comments on commit 5089ac0

Please sign in to comment.