Skip to content

Commit bee1601

Browse files
committed
Updated travis
1 parent bf46650 commit bee1601

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

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

33
php:
4-
- 5.3
5-
- 5.4
4+
- 5.3
5+
- 5.4
6+
- 5.5
67

7-
script: phpunit
8+
before_script:
9+
- composer self-update
10+
11+
script: phpunit --coverage-text

0 commit comments

Comments
 (0)