Skip to content
This repository was archived by the owner on Jan 2, 2019. It is now read-only.

Commit e11a767

Browse files
author
MarkBaker
committed
Update Travis configuration
1 parent 2743dc4 commit e11a767

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
language: php
22

33
php:
4-
- 5.2
5-
- 5.3
6-
- 5.3.3
74
- 5.4
85
- 5.5
96
- 5.6
7+
- 7.0
108
- hhvm
119

1210
matrix:
@@ -17,8 +15,6 @@ before_script:
1715
## Packages
1816
- sudo apt-get -qq update > /dev/null
1917
## Composer
20-
##@todo Remove when support of 5.2 will be dropped
21-
- phpenv global 5.3
2218
- composer self-update
2319
- composer install --prefer-source --dev
2420
- phpenv global "$TRAVIS_PHP_VERSION"

0 commit comments

Comments
 (0)