More updates
This commit is contained in:
		
							parent
							
								
									b7c83eebbb
								
							
						
					
					
						commit
						26cfb171f7
					
				|  | @ -20,8 +20,8 @@ go: | |||
| services: | ||||
|   - docker | ||||
| install: | ||||
|   - rvm install 2.0.0 | ||||
|   - rvm 2.0.0 do gem install --no-document fpm | ||||
|   - rvm install 2.3.0 | ||||
|   - rvm 2.3.0 do gem install --no-document fpm | ||||
| before_script: | ||||
|   - gpg --import gpg.public.key | ||||
|   # Create your own deploy key, tar it, and encrypt the file to make this work. Optionally add a bitly_token file to the archive. | ||||
|  | @ -36,7 +36,7 @@ script: | |||
|   # Test built docker image. | ||||
|   - docker run $BINARY -v 2>&1 | grep -Eq "^$BINARY v$VERSION" | ||||
|   # Build everything | ||||
|   - rvm 2.0.0 do make release | ||||
|   - rvm 2.3.0 do make release | ||||
| after_success: | ||||
|   # Display Release Folder | ||||
|   - ls -l release/ | ||||
|  |  | |||
							
								
								
									
										4
									
								
								go.mod
								
								
								
								
							
							
						
						
									
										4
									
								
								go.mod
								
								
								
								
							|  | @ -12,6 +12,6 @@ require ( | |||
| 	github.com/unifi-poller/influxunifi v0.0.9-0.20200614012101-da8e25b3e1c0 | ||||
| 	github.com/unifi-poller/inputunifi v0.0.7-0.20200614011400-ccef115c2def | ||||
| 	github.com/unifi-poller/poller v0.0.6 | ||||
| 	github.com/unifi-poller/promunifi v0.0.7-0.20200614002236-2fc578d330d8 | ||||
| 	github.com/unifi-poller/unifi v0.0.4 | ||||
| 	github.com/unifi-poller/promunifi v0.0.7-0.20200614032856-bb7f58485c41 | ||||
| 	github.com/unifi-poller/unifi v0.0.5-0.20200614031431-bd4934fc585b | ||||
| ) | ||||
|  |  | |||
							
								
								
									
										4
									
								
								go.sum
								
								
								
								
							
							
						
						
									
										4
									
								
								go.sum
								
								
								
								
							|  | @ -158,6 +158,8 @@ github.com/unifi-poller/promunifi v0.0.7-0.20200312082356-2f200a8d7632 h1:/oaYSA | |||
| github.com/unifi-poller/promunifi v0.0.7-0.20200312082356-2f200a8d7632/go.mod h1:JuKXj+feqbgEmFX1gJavuRjLcBJ35H7OTv+J20JVw0E= | ||||
| github.com/unifi-poller/promunifi v0.0.7-0.20200614002236-2fc578d330d8 h1:Kh76SXcNap26XU3qmhlIjMkO2uBXQGn5xg0p3FQ8Hyo= | ||||
| github.com/unifi-poller/promunifi v0.0.7-0.20200614002236-2fc578d330d8/go.mod h1:JuKXj+feqbgEmFX1gJavuRjLcBJ35H7OTv+J20JVw0E= | ||||
| github.com/unifi-poller/promunifi v0.0.7-0.20200614032856-bb7f58485c41 h1:cdqSEwbhjtjUkqTQOsXf6owpIyqm9uHzAejyjEf08dI= | ||||
| github.com/unifi-poller/promunifi v0.0.7-0.20200614032856-bb7f58485c41/go.mod h1:eMjnSpCSuNvHnm4ofAgwRX/tZauGDjHPHdgflH/JATU= | ||||
| github.com/unifi-poller/unifi v0.0.2/go.mod h1:DagVD/I+VMnVUHmTT4Fi76lPI+DHbuMwwtMIzanwMxM= | ||||
| github.com/unifi-poller/unifi v0.0.3 h1:6pmjW7MuEEDKKvYoxjL3EZlaLOgmhYyxJBAg4X7GliI= | ||||
| github.com/unifi-poller/unifi v0.0.3/go.mod h1:DagVD/I+VMnVUHmTT4Fi76lPI+DHbuMwwtMIzanwMxM= | ||||
|  | @ -170,6 +172,8 @@ github.com/unifi-poller/unifi v0.0.4-0.20200205010421-c48a6fc3abb7 h1:NulSYl6Ky9 | |||
| github.com/unifi-poller/unifi v0.0.4-0.20200205010421-c48a6fc3abb7/go.mod h1:bTUtctrf56aapjKH+L+98eThBaVFbQXw5iNGZI0g/+E= | ||||
| github.com/unifi-poller/unifi v0.0.4 h1:NDTxHTdF0MAt1y1RU8J+MSqdYlO0CEIqlrktcj3y/og= | ||||
| github.com/unifi-poller/unifi v0.0.4/go.mod h1:bTUtctrf56aapjKH+L+98eThBaVFbQXw5iNGZI0g/+E= | ||||
| github.com/unifi-poller/unifi v0.0.5-0.20200614031431-bd4934fc585b h1:g3nleMBVzn/0PVwzoNYCwioFgYjzOxMByAO66a/tTf0= | ||||
| github.com/unifi-poller/unifi v0.0.5-0.20200614031431-bd4934fc585b/go.mod h1:L1kMRH2buZhB31vZnRC1im7Tk/4uD3ET4biwl2faYy8= | ||||
| golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= | ||||
| golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= | ||||
| golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue