]> BookStack Code Mirror - website/blob - content/blog/bookstack-now-on-travisci.md
Update filesystem-permissions.md
[website] / content / blog / bookstack-now-on-travisci.md
1 +++
2 categories = ["News"]
3 tags = ["News"]
4 description = ""
5 slug = "bookstack-now-on-travisci"
6 draft = false
7 title = "BookStack, now with CI Development"
8 date = 2016-05-06T14:54:59Z
9 author = "Dan Brown"
10
11 +++
12
13 BookStack now has continuous integration set up and connected to the GitHub repo. Now whenever code is pushed, or a pull request is created, the tests will be automatically be ran against the new code.
14
15 [The BookStack CI builds can be found here.](https://travis-ci.org/ssddanbrown/BookStack)
16
17 Initial it was set-up on CodeShip but I moved it to TravisCI due to the build details not being publicly visible on CodeShip which was a big disappointment.