Skip to content

Commit

Permalink
Update .travis.yml (dustin10#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreybolonin authored and garak committed Jan 28, 2019
1 parent 10eed00 commit 2bb4093
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 7.1
- 7.2
- 7.3
- nightly

sudo: false
Expand All @@ -23,6 +24,8 @@ matrix:
env: SYMFONY_VERSION="~4.1.0" WITH_LIIP_IMAGINE=true
- php: 7.2
env: SYMFONY_VERSION="~4.2.0" WITH_LIIP_IMAGINE=true
- php: 7.3
env: SYMFONY_VERSION="~4.2.0" WITH_LIIP_IMAGINE=true
allow_failures:
- php: nightly

Expand Down

0 comments on commit 2bb4093

Please sign in to comment.