Skip to content

Commit

Permalink
fix 5.3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
acasademont committed Dec 6, 2017
1 parent 95a0bee commit b207e99
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,16 @@ cache:

matrix:
include:
- php: hhvm-3.15
dist: trusty
- php: 5.4
- php: 5.3
dist: precise
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
fast_finish: true

before_install:
- if ! [[ "$TRAVIS_PHP_VERSION" == hhvm* ]]; then echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi;
- composer self-update
- if ! [[ "$TRAVIS_PHP_VERSION" == hhvm* ]]; then phpenv config-rm xdebug.ini; fi;

install:
- composer install
Expand Down

0 comments on commit b207e99

Please sign in to comment.