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

Commit c50e5e0

Browse files
Updated travis config
1 parent ccf4963 commit c50e5e0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

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

33
php:
4+
- 5.5.9
45
- 5.5
56
- 5.6
7+
- 7.0
68
- hhvm
79

8-
before_script:
9-
- travis_retry composer self-update
10+
sudo: false
11+
12+
install:
1013
- travis_retry composer install --no-interaction --prefer-source
1114

1215
script:

0 commit comments

Comments
 (0)