Skip to content

Commit

Permalink
travis も Composer1 に固定
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Oct 27, 2020
1 parent 84fb854 commit 4a85f64
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,12 @@ package_api_setup: &package_api_setup |
mkdir ${PWD}/repos
docker run -d --rm -v ${PWD}/repos:/repos -e MOCK_REPO_DIR=/repos -p 8080:8080 eccube/mock-package-api

composer_install: &composer_install |
composer selfupdate --1
composer install --dev --no-interaction -o --apcu-autoloader

install:
- &composer_install composer install --dev --no-interaction -o --apcu-autoloader
- *composer_install
- echo "APP_ENV=test" > .env
- *eccube_setup

Expand Down

0 comments on commit 4a85f64

Please sign in to comment.