Skip to content

Commit

Permalink
Merge pull request #690 from jan-stanek/travis-php-version-fix
Browse files Browse the repository at this point in the history
oprava souborů v release
  • Loading branch information
jan-stanek authored Feb 3, 2020
2 parents 0ac9b4a + 95a0dbf commit d8e1288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ script:
before_deploy:
- composer self-update
- composer install --no-dev --prefer-dist --optimize-autoloader
- mv app/config/local.neon.sample app/config/local.neon
- mv app/config/sample.local.neon app/config/local.neon
- rm -f app/config/ci.local.neon
- zip -r SRS app backup libs log migrations temp vendor www README.md
- zip -r SRS app backup log migrations temp vendor www .htaccess README.md

deploy:
provider: releases
Expand Down

0 comments on commit d8e1288

Please sign in to comment.