Added Travis CI

Now I can actually make sure builds will compile before pushing them
jaja
This commit is contained in:
William Batista 2021-02-16 15:08:09 -05:00
parent 1a54eedf24
commit 10f4f5d002
No known key found for this signature in database
GPG Key ID: C6D7973D216F38D3
1 changed files with 6 additions and 0 deletions

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: rust
rust:
- stable
- beta
- nightly