Skip to content

Commit 0955218

Browse files
committed
Merge pull request #6 from texthtml/travis-conf
don't force support for EOL versions of PHP
2 parents 05ac10f + c6bb58f commit 0955218

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

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

3+
sudo: false
4+
35
php:
4-
- 5.4
56
- 5.5
67
- 5.6
8+
- 7.0
79
- hhvm
8-
matrix:
9-
allow_failures:
10-
- php: hhvm
1110

1211
before_script:
1312
- composer install -n

0 commit comments

Comments
 (0)