1
0
mirror of https://github.com/ovh/php-ovh.git synced 2023-11-05 03:20:26 +01:00
php-ovh/.travis.yml

19 lines
228 B
YAML
Raw Permalink Normal View History

addons:
apt:
packages:
- libcurl4-openssl-dev
language: php
php:
- hhvm
- 7.0
- 5.6
- 5.5
2015-10-09 22:29:18 +02:00
- 7.0
before_script:
- composer self-update
- composer install
script: vendor/bin/phing test -Donly.units=true