Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.

Commit

Permalink
Make travis config consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen van den Enden committed Nov 24, 2018
1 parent fb6ce77 commit 47f71b5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ php:
- 7.2
- 7.3

matrix:
fast_finish: true

env:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""

matrix:
fast_finish: true
allow_failures:
- php: nightly

before_install:
- composer self-update

Expand Down

0 comments on commit 47f71b5

Please sign in to comment.