Skip to content

Commit 392d7e1

Browse files
authored
Merge pull request #19 from renatomefi/feature/php-7.1-test
Travis: Testing against php 7.1
2 parents 7bf882c + abcb1cf commit 392d7e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ matrix:
1212
- env: COMPOSER_FLAGS="--prefer-lowest"
1313
php: 5.6
1414
- php: 7.0
15+
- php: 7.1
1516
- env: COMPOSER_FLAGS="--prefer-lowest"
16-
php: 7.0
17+
php: 7.1
1718

1819
before_install:
1920
- composer self-update

0 commit comments

Comments
 (0)