Get Travis config up-to-date
This commit is contained in:
		
							
								
								
									
										11
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								.travis.yml
									
									
									
									
									
								
							@ -1,9 +1,14 @@
 | 
				
			|||||||
language: go
 | 
					language: go
 | 
				
			||||||
go:
 | 
					go:
 | 
				
			||||||
  - 1.3.3
 | 
					  - 1.4.3
 | 
				
			||||||
  - 1.4.2
 | 
					  - 1.5.4
 | 
				
			||||||
  - 1.5.1
 | 
					  - 1.6.2
 | 
				
			||||||
  - tip
 | 
					  - tip
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					matrix:
 | 
				
			||||||
 | 
					  allow_failures:
 | 
				
			||||||
 | 
					    - go: tip
 | 
				
			||||||
 | 
					
 | 
				
			||||||
before_install:
 | 
					before_install:
 | 
				
			||||||
  - mkdir -p bin
 | 
					  - mkdir -p bin
 | 
				
			||||||
  - curl -Lso bin/shellcheck https://github.com/caarlos0/shellcheck-docker/releases/download/v0.4.3/shellcheck
 | 
					  - curl -Lso bin/shellcheck https://github.com/caarlos0/shellcheck-docker/releases/download/v0.4.3/shellcheck
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user