Skip to content

Commit 672aa79

Browse files
authored
Drop support for PHP 7.0 on CI
1 parent 9de12fb commit 672aa79

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
language: php
22

33
php:
4-
- 5.5
5-
- 5.6
64
- 7.0
75
- 7.1
8-
- hhvm
6+
- 7.2
97

108
matrix:
119
include:
12-
- php: 5.5
10+
- php: 7.0
1311
env: dependencies=lowest
1412

1513
before_script:
1614
- composer install -n
1715
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --prefer-stable -n; fi;
16+
17+
script:
18+
- vendor/bin/phpunit

0 commit comments

Comments
 (0)