Commit 00379cd9 authored by Remi Collin's avatar Remi Collin

Update travis config

parent 2de87283
......@@ -13,15 +13,15 @@ services:
- mongodb
- mysql
addons:
apt:
sources:
- mongodb-3.0-precise
packages:
- mongodb-org-server
#addons:
# apt:
# sources:
# - mongodb-3.0-precise
# packages:
# - mongodb-org-server
before_script:
- pecl install mongodb
# - pecl install mongodb
- mysql -e 'create database unittest;'
- travis_retry composer self-update
- travis_retry composer install --no-interaction
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment