We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33bd48 commit e8bccd8Copy full SHA for e8bccd8
.travis.yml
@@ -7,7 +7,7 @@ go:
7
before_install:
8
- go get -u github.com/kardianos/govendor
9
- go get github.com/mitchellh/gox
10
-- export GO_VERSION=$(go version | cut -d' ' -f3 | grep -Eo '\d+\.\d+\.\d+')
+- export GO_VERSION=$(go version | cut -d' ' -f3 | grep -Eo '[0-9]+\.[0-9]+\.[0-9]+')
11
install:
12
- govendor sync
13
script:
0 commit comments