mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 13:38:20 +01:00
8999bcea3f
This reverts commit 19ac6000822fca8ea099496db2f2679b2c43fff7, reversing changes made to 0ecfb171461f0eddf52fb863357f83f1a26d53eb.
17 lines
229 B
YAML
17 lines
229 B
YAML
language: php
|
|
|
|
sudo: false
|
|
|
|
php:
|
|
- 5.6
|
|
- 7.0
|
|
- 7.1
|
|
|
|
before_install:
|
|
- cp .env.example .env
|
|
- phpenv config-rm xdebug.ini
|
|
|
|
install: travis_retry composer install --no-interaction --no-suggest
|
|
|
|
script: vendor/bin/phpunit
|