wgpu/.travis.yml
2019-05-29 17:20:33 +10:00

16 lines
300 B
YAML

language: rust
sudo: false
os:
- linux
- osx
- windows
branches:
except:
- staging.tmp
script:
- cargo test
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then cargo test --no-run --features vulkan; fi
- if [[ $TRAVIS_OS_NAME == "windows" ]]; then cargo test --no-run --features vulkan; fi