11 - $HOME/.composer/cache
17 - mysql-client-core-5.6
21 - npm install -g npm@latest
24 - mysql -u root -e 'create database `bookstack-test`;'
25 - composer config -g github-oauth.github.com $GITHUB_ACCESS_TOKEN
26 - phpenv config-rm xdebug.ini
27 - composer self-update
28 - composer install --prefer-dist --no-interaction
30 - ./node_modules/.bin/gulp
31 - php artisan migrate --force -n --database=mysql_testing
32 - php artisan db:seed --force -n --class=DummyContentSeeder --database=mysql_testing