Commit 80fdb7a6 authored by Jeremy Mikola's avatar Jeremy Mikola

PHPLIB-56: Travis CI configuration

parent 1b701a54
*.swp *.swp
.*
!.gitignore !.gitignore
composer.phar composer.phar
composer.lock composer.lock
......
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
env:
- MONGODB_VERSION=0.2.0
services: mongodb
before_script:
- pecl -q install -f mongodb-${MONGODB_VERSION}
- php --ri mongodb
- composer install --dev --no-interaction --prefer-source
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