Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit c3e17e5

Browse files
author
harry
authored
Merge pull request #18 from feiskyer/gophercloud
Update upstream gophercloud
2 parents bbf1895 + 320567d commit c3e17e5

File tree

1,271 files changed

+48059
-134638
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,271 files changed

+48059
-134638
lines changed

.travis.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1+
sudo: required
2+
dist: trusty
3+
14
language: go
25

36
matrix:
47
include:
5-
- go: 1.4
8+
- go: 1.6
69

710
install:
8-
- go get github.com/tools/godep
11+
- sudo apt-get update -qq
12+
- hack/install-protoc.sh
913

1014
script:
1115
- cd ${TRAVIS_BUILD_DIR}
12-
- ./verify-gofmt.sh
16+
- hack/verify-gofmt.sh
17+
- hack/verify-generated-proto.sh
1318
- make
19+

Godeps/Godeps.json

+249-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/.gitignore

-2
This file was deleted.

0 commit comments

Comments
 (0)