Skip to content

Commit

Permalink
Fix composer install
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Jan 1, 2018
1 parent 579fc97 commit f59782b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ env:

before_script:
- composer self-update || true
- composer install --dev --no-interaction
- sh -c "if [ '$DB' = 'mysql' ]; then sh ./eccube_install.sh mysql; fi"
- sh -c "if [ '$DB' = 'pgsql' ]; then sh ./eccube_install.sh appveyor; fi"
- cp tests/require.php.jenkins tests/require.php
Expand Down

0 comments on commit f59782b

Please sign in to comment.