Created
December 6, 2018 10:52
-
-
Save extrawurst/884c70fdf10d53b01bf36ca3a7a2ee22 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test: | |
image: golang:1.11 | |
cache: | |
paths: | |
- .cache | |
script: | |
- mkdir -p .cache | |
- export GOPATH="$CI_PROJECT_DIR/.cache" | |
- make test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment