Updated CI to not use github token

This commit is contained in:
Dan Brown 2017-01-16 19:14:58 +00:00
parent dabf149411
commit b08e49b59d
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -17,9 +17,7 @@ addons:
before_script:
- mysql -u root -e 'create database `bookstack-test`;'
- composer config -g github-oauth.github.com $GITHUB_ACCESS_TOKEN
- phpenv config-rm xdebug.ini
- composer self-update
- composer dump-autoload --no-interaction
- composer install --prefer-dist --no-interaction
- php artisan clear-compiled -n