mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	Remove Wercker config
Hopefully fixes
This commit is contained in:
		
							
								
								
									
										28
									
								
								wercker.yml
									
									
									
									
									
								
							
							
						
						
									
										28
									
								
								wercker.yml
									
									
									
									
									
								
							| @@ -1,28 +0,0 @@ | ||||
| box: wercker/golang | ||||
| # Build definition | ||||
| build: | ||||
|   # The steps that will be executed on build | ||||
|   steps: | ||||
|     # Sets the go workspace and places you package | ||||
|     # at the right place in the workspace tree | ||||
|     - setup-go-workspace | ||||
|  | ||||
|     # Gets the dependencies | ||||
|     - script: | ||||
|         name: go get | ||||
|         code: | | ||||
|           cd $WERCKER_SOURCE_DIR | ||||
|           go version | ||||
|           go get -t ./... | ||||
|  | ||||
|     # Build the project | ||||
|     - script: | ||||
|         name: go build | ||||
|         code: | | ||||
|           go build ./... | ||||
|  | ||||
|     # Test the project | ||||
|     - script: | ||||
|         name: go test | ||||
|         code: | | ||||
|           go test ./... | ||||
		Reference in New Issue
	
	Block a user