Skip to content

Commit

Permalink
Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
manuxi committed Mar 26, 2021
1 parent de3fbc8 commit a1d41a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ matrix:
- php: 7.4
env: STABILITY="dev"

allow_failures:
# Dev-master is allowed to fail.
- env: STABILITY="dev"
allow_failures:
# Dev-master is allowed to fail.
- env: STABILITY="dev"
before_install:
- phpenv config-rm xdebug.ini || true
- composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-main
Expand Down

0 comments on commit a1d41a1

Please sign in to comment.