Skip to content

Commit

Permalink
fixed Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
craue committed Sep 4, 2017
1 parent 62a9c86 commit ed59f37
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
@@ -1,23 +1,25 @@
language: php

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

env:
- SYMFONY_VERSION='2.7.*'

matrix:
include:
- php: hhvm
dist: trusty
- php: 5.3
dist: precise
- php: 5.3.3
dist: precise
env: DEPS='lowest'
- php: 5.6
dist: precise
env: DEPS='unmodified' SYMFONY_DEPRECATIONS_HELPER='666'
- php: 5.6
env: SYMFONY_VERSION='2.3.*' SYMFONY_DEPRECATIONS_HELPER='6666'
Expand Down

0 comments on commit ed59f37

Please sign in to comment.