wgpu/.travis.yml
Dzmitry Malyshau a9fdd0af18 [rs] Update wgpu-native to the commit that has no backend features.
This change removes the dependency on gfx-rs backends, refactors
Adapter and Surface creation to be done from nothing.
2019-08-29 22:04:43 -04:00

15 lines
147 B
YAML

language: rust
sudo: false
os:
- linux
- osx
- windows
branches:
except:
- staging.tmp
script:
- cargo check
- cargo test --no-run