Updated ACL help file, minor styling changes (#1590)
[openemr.git] / vendor / doctrine / couchdb / .travis.yml
blobd0db04860e1b74534ba338ada2a3419443bf7adc
1 language: php
3 services:
4   - couchdb
6 php:
7   - 5.3
8   - 5.4
9   - 5.5
10   - 5.6
12 before_script:
13   - curl -X PUT localhost:5984/doctrine_test_database
14   - composer install