The biggest issue here is probably that it requires running travis on mac machines, which I've heard are slower and less reliable.
The fact that cargo test --all --no-default-features --features sqlcipher isn't going to work for our case sucks, but it shouldn't be that bad.
Another option might be to use a different apt repository, but it wasn't clear to me how to do that. (Yet another option would be to figure out how to bundle sqlcipher, I guess). Regardless, this should be fine for now (and better than nothing).
The biggest issue here is probably that it requires running travis on mac machines, which I've heard are slower and less reliable.
The fact that
cargo test --all --no-default-features --features sqlcipher
isn't going to work for our case sucks, but it shouldn't be that bad.Another option might be to use a different apt repository, but it wasn't clear to me how to do that. (Yet another option would be to figure out how to bundle sqlcipher, I guess). Regardless, this should be fine for now (and better than nothing).