Learn-by-doing / bitstarter

A crowd funding website that uses bitcoin
MIT License
23 stars 28 forks source link

new testing environment with testing database #78

Closed karliatto closed 7 years ago

karliatto commented 7 years ago
chill117 commented 7 years ago

Looks like there is an issue with the travis CI configuration:

Error Pool2 - Error: ER_ACCESS_DENIED_ERROR: Access denied for user 'bitstarterTest'@'localhost' (using password: YES)

See https://travis-ci.org/Learn-by-doing/bitstarter/jobs/179870423

The travis CI configuration file needs pre-install instructions to setup the test database before the tests are run: https://github.com/Learn-by-doing/bitstarter/blob/master/.travis.yml

karliatto commented 7 years ago

I see, I found some information : https://docs.travis-ci.com/user/database-setup/ https://docs.travis-ci.com/user/languages/javascript-with-nodejs/

chill117 commented 7 years ago

@karliatto Yes, I think those are the correct instructions.

Also, if you ever need to trigger the travis build just close and re-open the pull request.