Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 4bfd12e

Browse files
committed
Add travis.yml
1 parent 6c7893b commit 4bfd12e

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.travis.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
language: php
2-
32
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
7-
- hhvm
8-
9-
matrix:
10-
allow_failures:
11-
- php: hhvm
12-
3+
- "5.3"
4+
- "5.4"
5+
- "5.5"
6+
- "5.6"
137

148
before_script:
15-
- "composer install"
9+
- composer self-update
10+
- composer install --dev -n

0 commit comments

Comments
 (0)