summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2017-12-15 11:24:35 -0800
committerFrédéric Guillot <fred@kanboard.net>2017-12-15 11:55:42 -0800
commita93b8e10f5954be0853eec693c13e84c4bd9e6f2 (patch)
treeeda5de9494b819235616e8623bb3393e9cc373af /.travis.yml
parent2c72a283f2d51034f85f4e2ca8b194d304a3c433 (diff)
Kanboard requires at least PHP 5.6 now
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index f2b1e6bb..ef5162cc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,11 +8,10 @@ language: php
sudo: false
php:
+ - 7.2
- 7.1
- 7.0
- 5.6
- - 5.5
- - 5.4
env:
- DB=sqlite
@@ -22,9 +21,7 @@ matrix:
fast_finish: true
before_script:
- - if [[ $TRAVIS_PHP_VERSION != 7.x ]]; then phpenv config-rm xdebug.ini; fi
- - phpenv config-add tests/php.ini
- - composer install --dev
+ - composer install
- npm install
script: