This commit is contained in:
Joonas Javanainen 2017-05-24 19:35:23 +03:00
parent 3bef62fdc4
commit e5beb54457
No known key found for this signature in database
GPG Key ID: D39CCA5CB19B9179

View File

@ -18,9 +18,8 @@ before_install:
- git submodule update --init --recursive
script:
- [ $TRAVIS_RUST_VERSION != 1.15.1 ] && cargo build --all --verbose
# 1.15 doesn't yet support cargo build --all
- [ $TRAVIS_RUST_VERSION = 1.15.1 ] && cd imgui-sys && cargo build --verbose
- [ $TRAVIS_RUST_VERSION = 1.15.1 ] && cd imgui-glium-renderer && cargo build --verbose
- [ $TRAVIS_RUST_VERSION = 1.15.1 ] && cargo build --verbose
- cd imgui-sys && cargo build --verbose
- cd imgui-glium-renderer && cargo build --verbose
- cargo build --verbose
- cargo test --all --verbose