Skip to content

Commit 173392a

Browse files
Modified .travis.yml (wildcard of version) and Gopkg.toml (versioning)
1 parent fbdea37 commit 173392a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22

33
go:
4-
- 1.9.2
4+
- 1.9.x
55

66
env:
77
- DEP_VERSION="0.3.2"
@@ -16,7 +16,7 @@ install:
1616
- $GOPATH/bin/dep ensure -v
1717

1818
script:
19-
- go test -v ./...
19+
- go test ./...
2020

2121
after_success:
2222
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash

Gopkg.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ ignored = [
3737

3838
[[constraint]]
3939
name = "github.com/spiegel-im-spiegel/gocli"
40-
version = "^0.4.0"
40+
version = "~0.4.0"
4141

4242
[[constraint]]
4343
name = "github.com/pkg/errors"
44-
version = "^0.8.0"
44+
version = "~0.8.0"
4545

4646
[[constraint]]
4747
name = "github.com/BurntSushi/toml"
48-
version = "^0.3.0"
48+
version = "~0.3.0"
4949

5050
[[constraint]]
5151
name = "golang.org/x/crypto"

0 commit comments

Comments
 (0)