Skip to content

Commit

Permalink
added hhvm on build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed May 19, 2017
1 parent ccce59a commit 3936a28
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php

sudo: false
sudo: required
dist: trusty
group: edge

cache:
directories:
Expand All @@ -11,11 +12,13 @@ php:
- 5.6
- 7.0
- 7.1
- hhvm

allow_failures:
- php: hhvm
- hhvm-3.9
- hhvm-3.12
- hhvm-3.15
- hhvm-3.18

matrix:
fast_finish: true
env:
- SYMFONY_VERSION=2.4.*
- SYMFONY_VERSION=2.5.*
Expand All @@ -24,11 +27,6 @@ env:
- SYMFONY_VERSION=2.8.*
- SYMFONY_VERSION=3.0.*

matrix:
fast_finish: true
allow_failures:
- php: hhvm

before_install:
- composer self-update
- composer require --no-update symfony/expression-language "$SYMFONY_VERSION"
Expand Down

0 comments on commit 3936a28

Please sign in to comment.