imgui-rs/.travis.yml
Joonas Javanainen 767ac84749
Bump minimum Rust version to 1.23
Damn you pkg-config crate :( :(
2018-04-29 11:38:38 +03:00

23 lines
303 B
YAML

sudo: false
dist: trusty
language: rust
rust:
- stable
- beta
- nightly
- 1.23.0
os:
- linux
- osx
cache: cargo
matrix:
allow_failures:
- rust: nightly
before_install:
- git submodule update --init --recursive
script:
- cargo build --all --verbose
- cargo test --all --verbose