mirror of
				https://github.com/go-task/task.git
				synced 2025-10-30 23:58:01 +02:00 
			
		
		
		
	Let's keep the vendor directory for a while to not break Task for users that install it using `go get`. Closes #119
		
			
				
	
	
		
			23 lines
		
	
	
		
			323 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			323 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| language: go
 | |
| 
 | |
| go:
 | |
|   - 1.10.x
 | |
|   - 1.11.x
 | |
| 
 | |
| addons:
 | |
|   apt:
 | |
|     packages:
 | |
|       - rpm
 | |
| 
 | |
| script:
 | |
|   - go install github.com/go-task/task/cmd/task
 | |
|   - task ci
 | |
| 
 | |
| deploy:
 | |
|   - provider: script
 | |
|     skip_cleanup: true
 | |
|     script: curl -sL http://git.io/goreleaser | bash
 | |
|     on:
 | |
|       tags: true
 | |
|       condition: $TRAVIS_OS_NAME = linux
 |