White-Oak / qml-rust

QML (Qt Quick) bindings for Rust language
MIT License
205 stars 18 forks source link

Figure out why Travis CI task is failing for test, but not for build #14

Closed White-Oak closed 7 years ago

White-Oak commented 7 years ago

The current build is failing on cargo test, but not on cargo build, which is very strange, since the prerequisutes are basically the same: installing Qt on trusty distro.

White-Oak commented 7 years ago

An example of such a job: https://travis-ci.org/White-Oak/qml-rust/jobs/167600747