summaryrefslogblamecommitdiffstats
path: root/.travis.yml
blob: 7b9f19346cd0f099765f1e90536c8ad20e9cfd91 (plain) (tree)
1
2
3
4
5
6
7
8
9








                   



                                                 
                                                                  
      
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