Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Зуев Егор
/
wiki.dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dan Brown
2016-05-02 12:26:09 +0100
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
0d5da2d9d4767f618dc60ff272ac9cc3f240ad2c
0d5da2d9
1 parent
3a1cda58
Added travis CI file
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
.travis.yml
.travis.yml
0 → 100644
View file @
0d5da2d
language
:
php
php
:
-
7.0
addons
:
mariadb
:
'
10.1'
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
\ No newline at end of file
Please
register
or
sign in
to post a comment