mirror of
https://github.com/octoleo/restic.git
synced 2024-11-06 05:17:50 +00:00
18 lines
517 B
YAML
18 lines
517 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.6
|
|
- 1.7
|
|
- 1.8
|
|
|
|
before_install:
|
|
- openssl aes-256-cbc -K $encrypted_6c6ebd86ce52_key -iv $encrypted_6c6ebd86ce52_iv -in key.json.enc -out key.json -d
|
|
|
|
install:
|
|
- go get -v -t -p 1 google.golang.org/api/...
|
|
|
|
script:
|
|
- GCLOUD_TESTS_GOLANG_PROJECT_ID="dulcet-port-762" GCLOUD_TESTS_GOLANG_DESTRUCTIVE_TEST_BUCKET_NAME="dulcet-port-762-api-go-client-storage-integration-test" GCLOUD_TESTS_GOLANG_KEY="$(pwd)/key.json" go test -v -tags=integration google.golang.org/api/...
|