mirror of
				https://gitea.invidious.io/iv-org/shard-kemal.git
				synced 2024-08-15 00:53:36 +00:00 
			
		
		
		
	Run crystal tool format --check on Travis CI (#518)
This commit is contained in:
		
							parent
							
								
									6cf2b40ca8
								
							
						
					
					
						commit
						1fa87761a4
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		|  | @ -6,6 +6,7 @@ crystal: | ||||||
| script: | script: | ||||||
|   - crystal spec |   - crystal spec | ||||||
|   - crystal spec --release --no-debug |   - crystal spec --release --no-debug | ||||||
|  |   - crystal tool format --check | ||||||
| 
 | 
 | ||||||
| matrix: | matrix: | ||||||
|   allow_failures: |   allow_failures: | ||||||
|  |  | ||||||
|  | @ -25,7 +25,7 @@ module Kemal | ||||||
|   # |   # | ||||||
|   # If *port* is not given Kemal will use `Kemal::Config#port` |   # If *port* is not given Kemal will use `Kemal::Config#port` | ||||||
|   # |   # | ||||||
|   # To use custom command line arguments, set args to nil  |   # To use custom command line arguments, set args to nil | ||||||
|   # |   # | ||||||
|   def self.run(port : Int32? = nil, args = ARGV, &block) |   def self.run(port : Int32? = nil, args = ARGV, &block) | ||||||
|     Kemal::CLI.new args |     Kemal::CLI.new args | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue