imgui-rs/.travis.yml
2017-04-25 23:05:49 +03:00

22 lines
292 B
YAML

sudo: false
dist: trusty
language: rust
rust:
- stable
- beta
- nightly
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