Create travis user? I don’t know wqhy it’s still looking for a travis user

This commit is contained in:
snipe 2017-08-24 17:21:50 -07:00
parent 4ba474cf73
commit 6a67426140

View file

@ -19,6 +19,9 @@ before_script:
- phantomjs --webdriver=4444 & - phantomjs --webdriver=4444 &
- sleep 4 - sleep 4
- mysql -e 'CREATE DATABASE snipeit_unit;' - mysql -e 'CREATE DATABASE snipeit_unit;'
- mysql -e 'CREATE USER "travis'@'localhost";'
- mysql -e 'GRANT ALL PRIVILEGES ON * . * TO "travis'@'localhost";'
- mysql -e 'FLUSH PRIVILEGES;'
- composer self-update - composer self-update
- composer install -n --prefer-source - composer install -n --prefer-source
- chmod -R 777 storage - chmod -R 777 storage