Skip to content

Commit

Permalink
Test against Crystal nightlies (#32)
Browse files Browse the repository at this point in the history
* Test against Crystal nightlies

* [CI] Add crystal tool format --check
  • Loading branch information
Sija authored Aug 28, 2020
1 parent 923798c commit 9a7399a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
language: crystal

crystal:
- latest
- nightly

jobs:
allow_failures:
- crystal: nightly

install:
- shards install

script:
- crystal spec
- crystal tool format --check

0 comments on commit 9a7399a

Please sign in to comment.