From 6a67426140622e0446ff5f38e75bd1a15639627a Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 24 Aug 2017 17:21:50 -0700 Subject: [PATCH] =?UTF-8?q?Create=20travis=20user=3F=20I=20don=E2=80=99t?= =?UTF-8?q?=20know=20wqhy=20it=E2=80=99s=20still=20looking=20for=20a=20tra?= =?UTF-8?q?vis=20user?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 967609685..d28293171 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,9 @@ before_script: - phantomjs --webdriver=4444 & - sleep 4 - 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 install -n --prefer-source - chmod -R 777 storage