andelf / rust-sdl2_mixer

Rust bindings for sdl2_mixer
Apache License 2.0
13 stars 17 forks source link

Upgrade to latest Rust (breaking changes) #13

Closed bvssvni closed 10 years ago

bvssvni commented 10 years ago
bvssvni commented 10 years ago

I believe it fails because it is set up to use the make for building rust-sdl2. https://github.com/andelf/rust-sdl2_mixer/blob/master/.travis.yml#L21

This should probably be (cd rust-sdl2 && cargo build -v) and the next line should be removed. language: rust should be added at the top.

andelf commented 10 years ago

I'll try to fix it the travis-ci problem. Thanks.

bvssvni commented 10 years ago

I'll try with a fresh fork.