Updated travisCI to help fix node error

This commit is contained in:
Dan Brown 2016-05-02 13:14:35 +01:00
parent 3234510d31
commit 6f9d2939e7

View File

@ -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