1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-04 00:54:07 +02:00

remove travis config

This commit is contained in:
Robin Appelman 2020-02-13 00:06:40 +01:00
commit 0e239cc011

View file

@ -1,11 +0,0 @@
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
fast_finish: true
script:
- cargo test --all