mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-04 00:44:41 +08:00
Added dependancy caching and travis badge
This commit is contained in:
@ -3,6 +3,10 @@ language: php
|
||||
php:
|
||||
- 7.0
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
- vendor
|
||||
|
||||
addons:
|
||||
mariadb: '10.1'
|
||||
|
@ -1,5 +1,7 @@
|
||||
# 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/.
|
||||
|
||||
* [Installation Instructions](https://www.bookstackapp.com/docs/admin/installation)
|
||||
|
Reference in New Issue
Block a user