Added dependancy caching and travis badge

This commit is contained in:
Dan Brown 2016-05-02 12:37:58 +01:00
parent 0d5da2d9d4
commit 223a6b546c
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,10 @@ language: php
php:
- 7.0
cache:
directories:
- node_modules
- vendor
addons:
mariadb: '10.1'

View File

@ -1,5 +1,7 @@
# BookStack
[![Build Status](https://travis-ci.org/ssddanbrown/BookStack.svg)](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)