Skip to content

Commit

Permalink
Re-add the tests against the lower php deps
Browse files Browse the repository at this point in the history
They were removed while getting rid of php5.4
  • Loading branch information
antograssiot committed Feb 1, 2017
1 parent 228af35 commit dabaff9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1

sudo: false

Expand Down Expand Up @@ -48,6 +49,9 @@ matrix:

- php: 7.0
env: PHPSTAN=1 DEFAULT=0

- php: 5.5
env: PREFER_LOWEST=1

- php: hhvm
env: HHVM=1 DB=sqlite
Expand Down

0 comments on commit dabaff9

Please sign in to comment.