Skip to content

Commit b70d0a8

Browse files
author
Harrison Heck
committed
Updated .travis.yml for PHP 7.1.
1 parent ba033be commit b70d0a8

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.travis.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
11
language: php
22

33
php:
4-
- 5.4
5-
- 5.5
6-
- 5.6
7-
- 7.0
8-
- hhvm
4+
- 7.1
95

106
before_install:
117
- travis_retry composer self-update
128
install:
139
- travis_retry composer install --no-interaction --prefer-source --dev
1410

1511
script:
16-
- bin/phpunit --verbose
12+
- vendor/bin/phpunit --verbose
1713

18-
matrix:
19-
allow_failures:
20-
- php: hhvm
21-
- php: 7.0
22-
fast_finish: true

0 commit comments

Comments
 (0)