This commit is contained in:
Alfred Hall 2017-07-25 15:12:28 +00:00
parent 779d4e4676
commit e1325e4477

View File

@ -32,7 +32,7 @@ build:
code: |
cd $WERCKER_SOURCE_DIR
go version
go get $(go list ./... | grep -v textencoding/glyphlist)
go get -t $(go list ./... | grep -v textencoding/glyphlist)
# Build the project
- script: