blob: 7b9f19346cd0f099765f1e90536c8ad20e9cfd91 (
plain) (
tree)
|
|
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
fast_finish: true
before_install:
- |
if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
sudo apt-get -qq update
sudo apt-get install -y libxcb-shape0-dev libxcb-xfixes0-dev
fi
|