imgui-rs/.travis.yml
2016-06-04 19:55:36 +03:00

12 lines
172 B
YAML

language: rust
rust:
- stable
- beta
- nightly
cache: cargo
matrix:
allow_failures:
- rust: nightly
before_install:
- git submodule update --init --recursive