We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5bbb0f commit 3e49f35Copy full SHA for 3e49f35
.travis.yml
@@ -1,6 +1,5 @@
1
language: php
2
php:
3
-- "5.5"
4
- "5.6"
5
- "7.0"
6
- "7.1"
@@ -17,8 +16,8 @@ cache:
17
16
18
before_script:
19
- 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
+- if [ $PHP == '5.6' ] ; then composer update -o --ignore-platform-reqs --prefer-lowest --prefer-dist; fi
+- if [ $PHP != '5.6' ] ; then composer install -o --prefer-dist; fi
22
23
script:
24
- vendor/bin/phpunit
0 commit comments