1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-01-16 20:08:14 +01:00

Add PHP 7.1 to Travis build

This commit is contained in:
Emir Beganović 2017-04-14 17:46:53 +02:00 committed by GitHub
parent 2288363663
commit 44f492c025

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