Skip to content

Commit e223aa7

Browse files
TomasVotrubajaapio
authored andcommitted
travis: add PHP 7.2
1 parent dad7932 commit e223aa7

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.travis.yml

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

3-
dist: trusty
4-
53
php:
64
- 7.0
75
- 7.1
8-
- nightly
9-
10-
matrix:
11-
allow_failures:
12-
- php:
13-
- nightly
6+
- 7.2
147

158
cache:
169
directories:
1710
- $HOME/.composer/cache
1811

19-
before_script:
12+
install:
2013
- composer install --no-interaction
2114

2215
script:

0 commit comments

Comments
 (0)