Skip to content

Commit 3e49f35

Browse files
author
Jens Schulze
committed
fix travis
1 parent b5bbb0f commit 3e49f35

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: php
22
php:
3-
- "5.5"
43
- "5.6"
54
- "7.0"
65
- "7.1"
@@ -17,8 +16,8 @@ cache:
1716

1817
before_script:
1918
- PHP=$TRAVIS_PHP_VERSION
20-
- if [ $PHP == '5.5' ] ; then composer update -o --ignore-platform-reqs --prefer-lowest --prefer-dist; fi
21-
- if [ $PHP != '5.5' ] ; then composer install -o --prefer-dist; fi
19+
- if [ $PHP == '5.6' ] ; then composer update -o --ignore-platform-reqs --prefer-lowest --prefer-dist; fi
20+
- if [ $PHP != '5.6' ] ; then composer install -o --prefer-dist; fi
2221

2322
script:
2423
- vendor/bin/phpunit

0 commit comments

Comments
 (0)