1
0
mirror of https://github.com/askn/faker.git synced 2023-08-10 21:13:01 +03:00

Expand Travis script to execute examples

This commit is contained in:
Ricky Chilcott 2019-06-19 12:22:22 -04:00
parent 544bb80025
commit 06ad8f03e5

View File

@ -1,3 +1,8 @@
language: crystal
crystal:
- latest
- nightly
script:
- crystal spec
- crystal run examples/test.cr
- crystal run examples/test2.cr