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 13:14:35 +0100
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
6f9d2939e701990bbbb387e7a1159b6a3194b627
6f9d2939
1 parent
3234510d
Updated travisCI to help fix node error
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
.travis.yml
.travis.yml
View file @
6f9d293
...
...
@@ -11,6 +11,9 @@ cache:
addons
:
mariadb
:
'
10.0'
before_install
:
-
npm install -g npm@latest
before_script
:
-
mysql -e 'create database `bookstack-test`;'
-
composer config -g github-oauth.github.com $GITHUB_ACCESS_TOKEN
...
...
Please
register
or
sign in
to post a comment