Skip to content

Commit 2cfe6f6

Browse files
committed
Update PHP versions on Travis
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
1 parent 8e74c5d commit 2cfe6f6

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.travis.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@ dist: trusty
33
language: php
44

55
php:
6-
- "5.5"
7-
- "5.6"
8-
- "7.0"
9-
- "7.1"
10-
- "7.2"
11-
- "hhvm-3.12"
12-
- "hhvm-3.18"
6+
- 7.1
7+
- 7.2
8+
- 7.3
9+
- nightly
1310

1411
sudo: false
1512

@@ -23,6 +20,6 @@ cache:
2320
directories:
2421
- $HOME/.composer/cache
2522

26-
script:
23+
script:
2724
- find PMAStandard/ -name '*.php' -print0 | xargs -0 -n1 php -l
2825
# - ./vendor/bin/phpunit --configuration phpunit.xml

0 commit comments

Comments
 (0)