Skip to content

Commit

Permalink
updated travis
Browse files Browse the repository at this point in the history
  • Loading branch information
alash3al committed Dec 26, 2018
1 parent 709920f commit 7837e6f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ go:

go_import_path: github.com/alash3al/redix

script:
- GO111MODULE=on go get -u -v github.com/alash3al/redix
- go test -v github.com/alash3al/redix
# script:
# - GO111MODULE=on go get -u -v github.com/alash3al/redix
# - go test -v github.com/alash3al/redix

env:
global:
- GO111MODULE=on

notifications:
email:
Expand Down

0 comments on commit 7837e6f

Please sign in to comment.