1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-25 22:29:35 +00:00

Add tarvis integration

This commit is contained in:
Stefano Probst 2018-10-25 14:38:33 +02:00
parent cd64dba1a9
commit 025759a1e6

10
.tarvis.yml Normal file
View File

@ -0,0 +1,10 @@
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
fast_finish: true