Skip to content

Commit cb92cfc

Browse files
committed
Travis: Test on more platform and use new travis container
1 parent d676512 commit cb92cfc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
language: php
2+
3+
sudo: false
4+
25
php:
36
- 5.3
47
- 5.4
58
- 5.5
9+
- 5.6
10+
- 7
11+
- hhvm
12+
613
script: phpunit
14+
715
before_script:
816
- composer install --dev --prefer-source

0 commit comments

Comments
 (0)