We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6929ecc commit a6a3f75Copy full SHA for a6a3f75
.travis.yml
@@ -21,7 +21,6 @@ before_script:
21
- mysql -e 'create database sabredav_test'
22
- psql -c "create database sabredav_test" -U postgres
23
- psql -c "create user sabredav with PASSWORD 'sabredav';GRANT ALL PRIVILEGES ON DATABASE sabredav_test TO sabredav" -U postgres
24
- - phpenv config-rm xdebug.ini; true
25
# - composer self-update
26
- composer update --prefer-dist $LOWEST_DEPS
27
0 commit comments