1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-23 10:52:31 +01:00
This commit is contained in:
FreeScout 2021-07-10 22:37:56 -07:00
commit 2369c9b3be

View File

@ -10,11 +10,6 @@ before_script:
- cp .env.travis .env
- mysql -e 'create database homestead_test;'
<<<<<<< HEAD
# phpunit testing is disabled as dist vendor is cleared by removing unneeded files
#script:
# - vendor/bin/phpunit
=======
script:
- vendor/bin/phpunit
>>>>>>> fcb18e56f0ef2ee4622ec16073a1ed2c9f329ec4
# - vendor/bin/phpunit