1
0
mirror of https://github.com/dg/dibi.git synced 2025-09-01 02:01:48 +02:00

removed PHP < 7.1 support

This commit is contained in:
David Grudl
2017-03-08 14:02:10 +01:00
parent e1598cc7da
commit 7f8e36c1e1
11 changed files with 12 additions and 573 deletions

View File

@@ -1,9 +1,5 @@
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
script:
@@ -18,7 +14,7 @@ before_script:
# Install Nette Tester & Code Checker
- travis_retry composer install --no-interaction
- travis_retry composer create-project nette/code-checker temp/code-checker ~2.5 --no-interaction
- if [ $TRAVIS_PHP_VERSION == "7.0" ]; then COVERAGE="-p phpdbg --coverage ./coverage.xml --coverage-src ./src"; fi
- if [ $TRAVIS_PHP_VERSION == "7.1" ]; then COVERAGE="-p phpdbg --coverage ./coverage.xml --coverage-src ./src"; fi
# Create databases.ini
- cp ./tests/databases.travis.ini ./tests/databases.ini