Added travis.yml
This commit is contained in:
parent
c49191e650
commit
f9164b957d
1 changed files with 7 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
language: crystal
|
||||
crystal:
|
||||
- latest
|
||||
- nightly
|
||||
matrix:
|
||||
allow_failures:
|
||||
- crystal: nightly
|
Loading…
Reference in a new issue