Skip to content

Commit

Permalink
Merge pull request #107 from humanmade/backport-106-to-v3-branch
Browse files Browse the repository at this point in the history
[Backport v3-branch] Ensure Composer v1 is used
  • Loading branch information
roborourke authored Oct 27, 2020
2 parents dfe4fb9 + f43b1a9 commit 523a7b5
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 523a7b5

Please sign in to comment.