Skip to content

Commit aedb70a

Browse files
author
Stephan Wentz
committed
add php 5.5, remove --dev switch
1 parent b6c46b7 commit aedb70a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ php:
44
- 5.3
55
- 5.3.3
66
- 5.4
7+
- 5.5
78

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

10-
script: phpunit -c tests
11+
script: phpunit -c tests

0 commit comments

Comments
 (0)