Merged ci_testing into master

This commit is contained in:
Dan Brown 2016-05-02 13:01:46 +01:00
commit 3234510d31
2 changed files with 27 additions and 1 deletions

26
.travis.yml Normal file
View File

@ -0,0 +1,26 @@
language: php
php:
- 7.0
cache:
directories:
- node_modules
- vendor
addons:
mariadb: '10.0'
before_script:
- mysql -e 'create database `bookstack-test`;'
- composer config -g github-oauth.github.com $GITHUB_ACCESS_TOKEN
- phpenv config-rm xdebug.ini
- composer self-update
- composer install --prefer-dist --no-interaction
- npm install
- ./node_modules/.bin/gulp
- php artisan migrate --force -n --database=mysql_testing
- php artisan db:seed --force -n --class=DummyContentSeeder --database=mysql_testing
script:
- vendor/bin/phpunit

View File

@ -1,6 +1,6 @@
# BookStack
![CI Status](https://codeship.com/projects/395dbfb0-f274-0133-7932-6ec9db8dac2c/status?branch=master)
[![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/.