1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-01-18 06:38:20 +01:00
Faker/.travis.yml

18 lines
207 B
YAML
Raw Normal View History

2011-11-13 18:52:30 +01:00
language: php
2013-05-19 12:09:13 +02:00
php:
- 5.3
- 5.4
- 5.5
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- composer self-update
- composer install --dev
script: make sniff test