mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-04-22 16:31:56 +02:00
Revert to original travis config
This commit is contained in:
parent
c9ca99990c
commit
81fc6479d5
@ -12,13 +12,8 @@ php:
|
||||
- 7.1
|
||||
- hhvm
|
||||
|
||||
before_install:
|
||||
- cp .env.example .env
|
||||
- if [[ $TRAVIS_PHP_VERSION == hhvm ]]; then echo 'hhvm.jit = false' >> /etc/hhvm/php.ini; fi
|
||||
before_install: cp .env.example .env
|
||||
|
||||
install: travis_retry composer install --no-interaction --no-suggest
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
install: travis_retry composer install --no-interaction --no-scripts --prefer-source
|
||||
|
||||
script: vendor/bin/phpunit
|
||||
|
Loading…
x
Reference in New Issue
Block a user