mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
21 lines
255 B
YAML
21 lines
255 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.4
|
|
- 5.5
|
|
- 5.6
|
|
- 7.0
|
|
- hhvm
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- php: 7.0
|
|
|
|
sudo: false
|
|
|
|
install: travis_retry composer install --no-interaction --prefer-source
|
|
|
|
before_script: git reset --hard HEAD
|
|
|
|
script: vendor/bin/phpunit
|