Skip to content

Commit

Permalink
Merge pull request #249 from goetas/patch-1
Browse files Browse the repository at this point in the history
Run tests into travis containers
  • Loading branch information
willdurand committed May 22, 2017
2 parents e502fe0 + 5264dad commit 6b3285c
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .travis.yml
@@ -1,31 +1,32 @@
language: php
sudo: required
dist: trusty
group: edge

cache:
directories:
- $COMPOSER_CACHE_DIR
- $HOME/.composer/cache

php:
- 5.5
- 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.*
- SYMFONY_VERSION=2.6.*
- SYMFONY_VERSION=2.7.*
- SYMFONY_VERSION=2.8.*
- SYMFONY_VERSION=3.0.*

matrix:
fast_finish: true
allow_failures:
- php: hhvm
- SYMFONY_VERSION=3.2.*

before_install:
- composer self-update
Expand Down

0 comments on commit 6b3285c

Please sign in to comment.