password-hashing icon indicating copy to clipboard operation
password-hashing copied to clipboard

Make tests with Vagrant

Open defuse opened this issue 9 years ago • 1 comments

Travis-CI can't test multiple languages in a single repository. We have to use something like Vagrant. Supersedes #26.

defuse avatar Feb 09 '16 05:02 defuse

It's probably easier to use Docker. I've done this with multiple MySQL versions in this repository:

https://github.com/nevill/zongji/blob/master/.travis.yml

numtel avatar Sep 02 '16 01:09 numtel