Skip to content

Commit

Permalink
Merge pull request #106 from humanmade/backport-103-to-v4-branch
Browse files Browse the repository at this point in the history
[Backport v4-branch] Ensure Composer v1 is used
  • Loading branch information
roborourke authored Oct 27, 2020
2 parents 13eb453 + 9e35f30 commit f9bf448
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions travis/altis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ matrix:
include:
- php: 7.2

# Ensure composer v1 is still used.
before_install:
- composer self-update --1

# Install application and start the local server
before_script:
- composer install
Expand Down

0 comments on commit f9bf448

Please sign in to comment.