Skip to content

Commit

Permalink
Crystal 0.29.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorfinnell committed Jun 24, 2019
1 parent 40d4022 commit 6c11845
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,4 +1,6 @@
language: crystal
crystal:
- 0.28.0
script:
- crystal spec
- crystal tool format src/ spec/ --check
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Expand Up @@ -22,4 +22,4 @@ development_dependencies:
branch: master
ameba:
github: veelenga/ameba
version: ~> 0.7.0
version: ~> 0.9.0
2 changes: 1 addition & 1 deletion spec/awscr-s3/content_type_spec.cr
@@ -1,4 +1,4 @@
require "../../spec_helper"
require "../spec_helper"

module Awscr::S3
describe ContentType do
Expand Down
2 changes: 1 addition & 1 deletion spec/awscr-s3/file_uploader_spec.cr
@@ -1,4 +1,4 @@
require "../../spec_helper"
require "../spec_helper"

module Awscr::S3
describe FileUploader do
Expand Down

0 comments on commit 6c11845

Please sign in to comment.