Skip to content

Commit

Permalink
Update shard.yml to run on crystal since 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emancu committed Apr 7, 2021
1 parent 023027a commit 9fb1630
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: crystal

crystal:
- latest
- nightly

script:
- crystal spec
- crystal tool format --check
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

A tiny and simple test framework for Crystal with common assertions and no pollution into `Object` class.

> NOTE: This library was built during the Citrusybte's Investment Day program
## Example

```crystal
Expand Down
3 changes: 1 addition & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: crotest
version: 1.0.0
crystal: ">= 0.25"

authors:
- Emiliano Mancuso <[email protected]>

description: |
A tiny and simple test framework for Crystal with common assertions and no pollution into Object class.
crystal: 0.25.0

license: MIT

0 comments on commit 9fb1630

Please sign in to comment.