Skip to content

Commit

Permalink
Expand Travis script to execute examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rickychilcott committed Jun 19, 2019
1 parent 544bb80 commit 06ad8f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
language: crystal
crystal:
- latest
- nightly
script:
- crystal spec
- crystal run examples/test.cr
- crystal run examples/test2.cr

0 comments on commit 06ad8f0

Please sign in to comment.