mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-01-17 22:28:55 +01:00
31 lines
392 B
YAML
31 lines
392 B
YAML
language: php
|
|
|
|
dist: precise
|
|
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
- 5.6
|
|
- 7.0
|
|
- 7.1
|
|
- 7.2
|
|
- 7.3
|
|
- nightly
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- nightly
|
|
|
|
cache:
|
|
directories:
|
|
- $HOME/.composer/cache
|
|
|
|
before_install:
|
|
- phpenv config-rm xdebug.ini || true
|
|
|
|
before_script:
|
|
- travis_retry composer install --no-interaction --prefer-dist
|
|
|
|
script: make sniff test
|