Skip to content

Commit

Permalink
correct run tests on HHVM
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gribanov committed Jun 21, 2017
1 parent a4f5b89 commit cb4a36a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ language: php

sudo: false

php:
- 7.1
- 7.0
- 5.6
- 5.5
- hhvm

notifications:
email: [email protected]

Expand All @@ -19,14 +12,20 @@ branches:
matrix:
fast_finish: true
include:
- php: 7.1
- php: 7.0
- php: 5.6
- php: 5.5
- php: 5.5
env: SYMFONY_VERSION=2.7.*
- php: 5.5
env: SYMFONY_VERSION=2.8.*
- php: 5.5
env: SYMFONY_VERSION=3.0.*
allow_failures:
- php: hhvm
sudo: required
dist: trusty
group: edge

before_install:
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;
Expand Down

0 comments on commit cb4a36a

Please sign in to comment.