Create .travis.yml
This commit is contained in:
parent
a303d508cf
commit
d46fef2382
4
.travis.yml
Normal file
4
.travis.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
language: rust
|
||||
cache: cargo
|
||||
script: # the purpose of this is to grade students
|
||||
- cargo run verify
|
Loading…
Reference in a new issue