1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-01 14:41:38 +00:00
mre-mos6502/.travis.yml
Stefano Probst c6d58aca08 Typo
2018-10-25 14:40:57 +02:00

11 lines
120 B
YAML

language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
fast_finish: true