Page MenuHomePhorge

No OneTemporary

Size
824 B
Referenced Files
None
Subscribers
None
diff --git a/.travis.yml b/.travis.yml
index fe4a5112a..75a8d6fa8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,32 +1,33 @@
language: php
dist: trusty
sudo: false
matrix:
fast_finish: true
include:
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1
env: CODE_COVERAGE=1
- php: 7.2
- php: 7.3
- php: 7.4
cache:
directories:
- $HOME/.composer
install:
- if [ "$CODE_COVERAGE" != 1 ]; then phpenv config-rm xdebug.ini || true; fi
- cp composer.json-dist composer.json
+ - composer remove endroid/qr-code --no-update
- composer install --prefer-dist
script:
- if [ "$CODE_COVERAGE" = 1 ]; then CODE_COVERAGE_ARGS="--coverage-text"; fi; vendor/bin/phpunit -c tests/phpunit.xml $CODE_COVERAGE_ARGS
notifications:
email: false

File Metadata

Mime Type
text/x-diff
Expires
Wed, Mar 18, 10:50 PM (6 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
458427
Default Alt Text
(824 B)

Event Timeline