winit-sonoma-fix/.travis.yml
2014-10-10 16:02:27 +02:00

14 lines
247 B
YAML

language: rust
install:
- sudo apt-get install libXxf86vm-dev libosmesa6-dev
script:
- cargo build --verbose
- cargo test --no-run --verbose
- cargo test --verbose --features "headless cocoa" --no-default-features
os:
- linux
- osx