Updated CI processing

This commit is contained in:
Deon George 2017-12-08 21:12:26 +11:00
parent e05cabd1d1
commit e594ff2057
No known key found for this signature in database
GPG Key ID: 7670E8DC27415254
2 changed files with 1 additions and 3 deletions

View File

@ -6,7 +6,7 @@ APP_LOG_LEVEL=debug
APP_URL=http://localhost
DB_CONNECTION=mysql
DB_HOST=mysql
DB_HOST=mariadb
DB_PORT=3306
DB_DATABASE=testing
DB_USERNAME=root

View File

@ -50,9 +50,7 @@ before_script:
# Install Node dependencies.
# comment this out if you don't have a node dependency
- npm version && ls -al && grep admin *json && md5sum *json
- npm install
- ls -al && grep admin *json && md5sum *json && npm list
# Copy over testing configuration.
# Don't forget to set the database config in .env.testing correctly