]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
0d5da2d
)
Added dependancy caching and travis badge
author
Dan Brown
<redacted>
Mon, 2 May 2016 11:37:58 +0000
(12:37 +0100)
committer
Dan Brown
<redacted>
Mon, 2 May 2016 11:37:58 +0000
(12:37 +0100)
.travis.yml
patch
|
blob
|
history
readme.md
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 7163e93d56d3236e0f8b613db24ca4b9ebf8097f..3569fe478e05fb2df85a645638ba69ccf120e0f0 100644
(file)
--- 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 067983e84cb72b2a87a26cee756cb2017a662961..8a20d52d922384d96d6c6bb90d28019f3dddd370 100644
(file)
--- a/
readme.md
+++ b/
readme.md
@@
-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)