1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-11-23 11:22:33 +01:00

Updated version and removed travis

This commit is contained in:
Dan Brown 2019-09-14 14:23:16 +01:00
parent ab91e245fb
commit 2ab5df75dd
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
2 changed files with 1 additions and 30 deletions

View File

@ -1,29 +0,0 @@
dist: bionic
language: php
php:
- '7.2'
- '7.3'
services:
- mysql
cache:
directories:
- $HOME/.composer/cache
before_script:
- mysql -u root -e 'create database `bookstack-test`;'
- mysql -u root -e "CREATE USER 'bookstack-test'@'localhost' IDENTIFIED BY 'bookstack-test';"
- mysql -u root -e "GRANT ALL ON \`bookstack-test\`.* TO 'bookstack-test'@'localhost';"
- mysql -u root -e "FLUSH PRIVILEGES;"
- phpenv config-rm xdebug.ini
- composer install --prefer-dist --no-interaction
- php artisan clear-compiled -n
- php artisan optimize -n
- php artisan migrate --force -n --database=mysql_testing
- php artisan db:seed --force -n --class=DummyContentSeeder --database=mysql_testing
script: vendor/bin/phpunit --configuration phpunit.xml
after_failure:
- cat storage/logs/laravel.log

View File

@ -1 +1 @@
v0.27-dev
v0.28-dev