mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Updated travisCI to help fix node error
This commit is contained in:
parent
3234510d31
commit
6f9d2939e7
@ -11,6 +11,9 @@ cache:
|
|||||||
addons:
|
addons:
|
||||||
mariadb: '10.0'
|
mariadb: '10.0'
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- npm install -g npm@latest
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- mysql -e 'create database `bookstack-test`;'
|
- mysql -e 'create database `bookstack-test`;'
|
||||||
- composer config -g github-oauth.github.com $GITHUB_ACCESS_TOKEN
|
- composer config -g github-oauth.github.com $GITHUB_ACCESS_TOKEN
|
||||||
|
Loading…
Reference in New Issue
Block a user