1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00

Test on 7.1

This commit is contained in:
Aaron Piotrowski 2016-09-07 16:49:47 -05:00
parent 759af93112
commit 2a6dddcfa7

View File

@ -4,8 +4,15 @@ language: php
php: php:
- 7.0 - 7.0
- 7.1
- nightly - nightly
matrix:
allow_failures:
- php: 7.1
- php: nightly
fast_finish: true
install: install:
- composer self-update - composer self-update
- composer install --no-interaction --prefer-source - composer install --no-interaction --prefer-source