Skip to content

Commit

Permalink
Merge pull request #47 from deguif/update-travis-configuration
Browse files Browse the repository at this point in the history
Update travis configuration
  • Loading branch information
deguif authored Oct 1, 2020
2 parents 2178625 + 052e037 commit 43d4a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ cache:
php:
- 7.2
- 7.3
- 7.4

before_install:
- composer self-update
- if [ "$DEPENDENCIES" = "dev" ]; then perl -pi -e 's/^}$/,"minimum-stability":"dev"}/' composer.json; fi;

install:
- composer update $COMPOSER_FLAGS
Expand Down

0 comments on commit 43d4a2b

Please sign in to comment.