Skip to content

Commit

Permalink
Fixed build process.
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Jun 5, 2020
1 parent b3feec2 commit ab200d0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ jobs:
- stage: "Build packages for CLI"
if: tag IS present
install: composer install --no-dev --optimize-autoloader && composer box-install
# Warm the symfony cache so it gets bundled with phar.
before_script: ./bin/acli
before_script:
# Generate .env.local.php
- composer dump-env prod
# Warm the symfony cache so it gets bundled with phar.
- ./bin/acli
script: composer box-compile
deploy:
provider: releases
Expand Down

0 comments on commit ab200d0

Please sign in to comment.