Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Зуев Егор
/
wiki.dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dan Brown
2016-05-02 13:01:46 +0100
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Commit
3234510d316048d53bf7a172a1134ed94c0ede80
3234510d
2 parents
37337b8b
a40af080
Merged ci_testing into master
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
1 deletions
.travis.yml
readme.md
.travis.yml
0 → 100644
View file @
3234510
language
:
php
php
:
-
7.0
cache
:
directories
:
-
node_modules
-
vendor
addons
:
mariadb
:
'
10.0'
before_script
:
-
mysql -e 'create database `bookstack-test`;'
-
composer config -g github-oauth.github.com $GITHUB_ACCESS_TOKEN
-
phpenv config-rm xdebug.ini
-
composer self-update
-
composer install --prefer-dist --no-interaction
-
npm install
-
./node_modules/.bin/gulp
-
php artisan migrate --force -n --database=mysql_testing
-
php artisan db:seed --force -n --class=DummyContentSeeder --database=mysql_testing
script
:
-
vendor/bin/phpunit
\ No newline at end of file
readme.md
View file @
3234510
# BookStack

[

](https://travis-ci.org/ssddanbrown/BookStack
)
A platform for storing and organising information and documentation. General information and documentation for BookStack can be found at https://www.bookstackapp.com/.
...
...
Please
register
or
sign in
to post a comment