Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fixed travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Jan 27, 2019
1 parent 027d891 commit 44d00e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ _configure_ci_environment:
make _set_env NAME=APP_ENV VALUE=test
make _set_env NAME=ANTI_HOTLINK_SECRET_METHOD VALUE='"\\$$$$http_x_expiration_time\\$$$$http_test_header MY-AWESOME-SUFFIX"'
cp ./config/ids_mapping.yaml.example ./config/ids_mapping.yaml
./bin/console cache:clear --env=test

_erase_all_data:
rm -rf ./var/uploads/* || true
Expand All @@ -91,5 +92,6 @@ test_api:
${SUDO} docker build . -f ./Dockerfile.x86_64_postman -t wolnosciowiec/file-repository:v2-postman
${SUDO} docker run wolnosciowiec/file-repository:v2-postman

## Generate code coverage from unit testing
coverage:
./bin/phpunit --coverage-text

0 comments on commit 44d00e0

Please sign in to comment.