Skip to content

Commit 92912c2

Browse files
committed
minor #92 Travis: Test on more platform and use new travis container (lyrixx)
This PR was merged into the 1.0-dev branch. Discussion ---------- Travis: Test on more platform and use new travis container Commits ------- cb92cfc Travis: Test on more platform and use new travis container
2 parents 65c4916 + cb92cfc commit 92912c2

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)