Skip to content

Commit

Permalink
revert some changes to travisci to see if it fixes PHP 7.3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Gomes committed Jan 27, 2019
1 parent e3f08a3 commit 42709d7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,19 @@ language: php
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false

## Cache composer
cache:
directories:
- $HOME/.composer/cache

php:
- 7.1
- 7.2
- 7.3

matrix:

env:
global:
- DEFAULT_COMPOSER_FLAGS="--no-interaction --no-ansi --no-progress --no-suggest"

before_script:
- travis_retry composer update --prefer-stable --prefer-lowest --no-interaction --prefer-dist
- composer install

addons:
sonarcloud:
Expand Down

0 comments on commit 42709d7

Please sign in to comment.