Added Travis CI
Now I can actually make sure builds will compile before pushing them jaja
This commit is contained in:
parent
1a54eedf24
commit
10f4f5d002
|
@ -0,0 +1,6 @@
|
||||||
|
language: rust
|
||||||
|
rust:
|
||||||
|
- stable
|
||||||
|
- beta
|
||||||
|
- nightly
|
||||||
|
|
Loading…
Reference in New Issue