1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-06 05:17:34 +02:00

Merge pull request #163 from emirb/patch-1

Add PHP 7.1 to Travis build
This commit is contained in:
Daniel St. Jules
2017-04-22 00:37:48 -04:00
committed by GitHub

View File

@@ -26,6 +26,10 @@ matrix:
env: polyfill='true'
- php: 7.0
env: polyfill='false'
- php: 7.1
env: polyfill='true'
- php: 7.1
env: polyfill='false'
install: travis_retry composer install --no-interaction --prefer-source