2
0
mirror of https://github.com/carlostrub/sisyphus synced 2024-10-31 09:20:15 +00:00
This commit is contained in:
Carlo Strub 2017-02-22 23:14:33 +00:00
parent 2ed67c63c5
commit 0a371991fc

View File

@ -5,7 +5,13 @@ go:
- 1.8.x
- master
cache:
directories:
- $GOPATH/src
- $GOPATH/pkg
before_install:
- mkdir $GOPATH
- curl https://glide.sh/get | sh
- glide install