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