Skip to content

Commit c33df80

Browse files
committed
Add go get for testify when travis building
1 parent c817559 commit c33df80

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ go:
88
- master
99

1010
install:
11-
- go get -v github.com/Masterminds/glide
12-
- cd $GOPATH/src/github.com/Masterminds/glide && git checkout tags/0.10.2 && go install && cd -
13-
- glide install
11+
- go get -v github.com/stretchr/testify
1412

1513
matrix:
1614
fast_finish: true

0 commit comments

Comments
 (0)