Update .travis.yml
Delete obsolete versions and update Go 1.8 to Go 1.8.1
This commit is contained in:
		@ -2,12 +2,8 @@ language: go
 | 
			
		||||
 | 
			
		||||
matrix:
 | 
			
		||||
  include:
 | 
			
		||||
    - go: 1.4.3
 | 
			
		||||
      env: NOVET=true # No bundled vet.
 | 
			
		||||
    - go: 1.5.4
 | 
			
		||||
    - go: 1.6.4
 | 
			
		||||
    - go: 1.7.5
 | 
			
		||||
    - go: 1.8
 | 
			
		||||
    - go: 1.8.1
 | 
			
		||||
    - go: tip
 | 
			
		||||
  allow_failures:
 | 
			
		||||
    - go: tip
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user