From: Dan Brown Date: Mon, 2 May 2016 11:37:58 +0000 (+0100) Subject: Added dependancy caching and travis badge X-Git-Tag: v0.10.0~1^2~9^2~1 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/223a6b546cd35e4363e06bfaa21b0af326b52334 Added dependancy caching and travis badge --- diff --git a/.travis.yml b/.travis.yml index 7163e93d5..3569fe478 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,10 @@ language: php php: - 7.0 +cache: + directories: + - node_modules + - vendor addons: mariadb: '10.1' diff --git a/readme.md b/readme.md index 067983e84..8a20d52d9 100644 --- a/readme.md +++ b/readme.md @@ -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)