mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-02-05 08:39:55 +03:00
Updated travisCI to help fix node error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user