Skip to content

Commit 7837e6f

Browse files
committed
updated travis
1 parent 709920f commit 7837e6f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ go:
55

66
go_import_path: github.com/alash3al/redix
77

8-
script:
9-
- GO111MODULE=on go get -u -v github.com/alash3al/redix
10-
- go test -v github.com/alash3al/redix
8+
# script:
9+
# - GO111MODULE=on go get -u -v github.com/alash3al/redix
10+
# - go test -v github.com/alash3al/redix
11+
12+
env:
13+
global:
14+
- GO111MODULE=on
1115

1216
notifications:
1317
email:

0 commit comments

Comments
 (0)