Skip to content

Commit

Permalink
💚 Update Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Bukashk0zzz committed Sep 11, 2017
1 parent f284cca commit 17d66ee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ php:
- 5.5
- 5.6
- 7.0
- hhvm
- 7.1

env:
- SYMFONY_VERSION=2.7.*
- SYMFONY_VERSION=3.2.*

allow_failures:
- php: hhvm

before_script:
- composer self-update
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
Expand Down

0 comments on commit 17d66ee

Please sign in to comment.