1
0
mirror of https://github.com/mre/mos6502.git synced 2024-09-25 05:54:52 +00:00
mre-mos6502/.travis.yml

11 lines
120 B
YAML
Raw Normal View History

2018-10-25 12:38:33 +00:00
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
fast_finish: true