Skip to content

Commit e79a007

Browse files
committed
Update .travis.yml configuration
- Only test on PHP 5.5 and up - Stop using `--dev` in composer install
1 parent b2fb3d5 commit e79a007

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

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

33
php:
4-
- 5.3
5-
- 5.4
64
- 5.5
5+
- 5.6
6+
- 7
7+
- hhvm
78

8-
before_script: composer install --dev
9+
before_script: composer install
910

1011
script: phpunit

0 commit comments

Comments
 (0)