mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	Let travis test against go-tip
This commit is contained in:
		@@ -2,6 +2,10 @@ language: go
 | 
			
		||||
go:
 | 
			
		||||
  - 1.3
 | 
			
		||||
  - 1.4.2
 | 
			
		||||
  - tip
 | 
			
		||||
matrix:
 | 
			
		||||
  allow_failures:
 | 
			
		||||
    - go: tip
 | 
			
		||||
script:
 | 
			
		||||
  - go test ./...
 | 
			
		||||
  - go build
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user