File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : go
2
2
3
3
go :
4
- - 1.9.2
4
+ - 1.9.x
5
5
6
6
env :
7
7
- DEP_VERSION="0.3.2"
@@ -16,7 +16,7 @@ install:
16
16
- $GOPATH/bin/dep ensure -v
17
17
18
18
script :
19
- - go test -v ./...
19
+ - go test ./...
20
20
21
21
after_success :
22
22
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ ignored = [
37
37
38
38
[[constraint ]]
39
39
name = " github.com/spiegel-im-spiegel/gocli"
40
- version = " ^ 0.4.0"
40
+ version = " ~ 0.4.0"
41
41
42
42
[[constraint ]]
43
43
name = " github.com/pkg/errors"
44
- version = " ^ 0.8.0"
44
+ version = " ~ 0.8.0"
45
45
46
46
[[constraint ]]
47
47
name = " github.com/BurntSushi/toml"
48
- version = " ^ 0.3.0"
48
+ version = " ~ 0.3.0"
49
49
50
50
[[constraint ]]
51
51
name = " golang.org/x/crypto"
You can’t perform that action at this time.
0 commit comments