mirror of
				https://github.com/cheat/cheat.git
				synced 2025-11-04 07:45:28 +01:00 
			
		
		
		
	chore: multi-os builds on travis
Modifies `.travis.yml` to specify that builds be performed on both Linux and MacOSX. Experimental.
This commit is contained in:
		@@ -3,6 +3,10 @@ language: go
 | 
			
		||||
go:
 | 
			
		||||
  - 1.13.x
 | 
			
		||||
 | 
			
		||||
os:
 | 
			
		||||
  - linux
 | 
			
		||||
  - osx
 | 
			
		||||
 | 
			
		||||
env:
 | 
			
		||||
  - GO111MODULE=on
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user