]> BookStack Code Mirror - bookstack/blob - .travis.yml
add missing polish translations for comments
[bookstack] / .travis.yml
1 dist: trusty
2 sudo: false
3 language: php
4 php:
5   - 7.0.20
6   - 7.1.9
7
8 cache:
9   directories:
10     - $HOME/.composer/cache
11
12 before_script:
13   - mysql -u root -e 'create database `bookstack-test`;'
14   - mysql -u root -e "CREATE USER 'bookstack-test'@'localhost' IDENTIFIED BY 'bookstack-test';"
15   - mysql -u root -e "GRANT ALL ON \`bookstack-test\`.* TO 'bookstack-test'@'localhost';"
16   - mysql -u root -e "FLUSH PRIVILEGES;"
17   - phpenv config-rm xdebug.ini
18   - composer install --prefer-dist --no-interaction
19   - php artisan clear-compiled -n
20   - php artisan optimize -n
21   - php artisan migrate --force -n --database=mysql_testing
22   - php artisan db:seed --force -n --class=DummyContentSeeder --database=mysql_testing
23
24 after_failure:
25   - cat storage/logs/laravel.log
26
27 script:
28   - phpunit
Morty Proxy This is a proxified and sanitized view of the page, visit original site.