* fix(report): record not found on reporting with OVAL #679 * lock go version in .travis.yml
		
			
				
	
	
		
			8 lines
		
	
	
		
			116 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			116 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
language: go
 | 
						|
 | 
						|
go:
 | 
						|
  - "1.10"
 | 
						|
 | 
						|
after_success:
 | 
						|
  - test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
 |