Travis CI is failing with the following error. There might be some configuration we need to do.
> loopback-connector-mysql@5.3.1 pretest /home/travis/build/strongloop/loopback-connector-mysql
> node pretest.js
seeding DB with example db...
Warning: Using a password on the command line interface can be insecure.
ERROR 1045 (28000): Access denied for user 'test'@'localhost' (using password: YES)
done seeding DB
npm ERR! Test failed. See above for more details.
The command "npm test" exited with 1.
Travis CI is failing with the following error. There might be some configuration we need to do.