Skip to content

Commit 715e972

Browse files
committed
[travis] Specify min/max/hhvm php runtimes
1 parent ec82fc4 commit 715e972

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
sudo: false
22
language: php
33

4+
php:
5+
- 5.6
6+
- nightly
7+
- hhvm
8+
49
before_script:
510
- composer self-update
611
- if [ "$SF_EVT_DISPATCHER_VERSION" != "" ]; then composer require --no-update symfony/event-dispatcher:${SF_EVT_DISPATCHER_VERSION}; fi;

0 commit comments

Comments
 (0)