Skip to content

Commit

Permalink
adjust build matrix and tell phpunit bridge we need 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Jan 11, 2017
1 parent 6ade200 commit d7e9388
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: php

php:
- 5.5
- 5.6
- 7.0
- hhvm

Expand All @@ -18,10 +16,11 @@ env:
global:
- SYMFONY_DEPRECATIONS_HELPER=42
- SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
- SYMFONY_PHPUNIT_VERSION=5.7

matrix:
include:
- php: 5.5
- php: 5.6
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
- php: 7.1
env: DEPS=dev SYMFONY_VERSION=3.3.*
Expand Down

0 comments on commit d7e9388

Please sign in to comment.