Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 4c794d6

Browse files
authored
Merge pull request #721 from localheinz/fix/php71
Fix: Run build on PHP7.1
2 parents e3b49ec + 6a7c407 commit 4c794d6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: php
33
php:
44
- 5.6
55
- 7.0
6-
- 7.1.0RC3
6+
- 7.1
77
- hhvm
88

99
sudo: false
@@ -22,7 +22,3 @@ install:
2222
script:
2323
- vendor/bin/phpcs
2424
- vendor/bin/phpunit --coverage-text --exclude-group integration
25-
26-
matrix:
27-
allow_failures:
28-
- php: 7.1.0RC3

0 commit comments

Comments
 (0)