Skip to content

Commit

Permalink
review comments addressed: 1. removed make file 2. added go 1.14 depe…
Browse files Browse the repository at this point in the history
…ndency

Signed-off-by: hiteshsethi <hitesh.28jan@gmail.com>
  • Loading branch information
hiteshsethi committed May 21, 2021
1 parent b689e13 commit a0f7b12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@ language: go

sudo: required

env:
- GO111MODULE=on

go:
- "1.14"
- tip

service:
- docker

before_install:
- echo $TRAVIS_GO_VERSION
- go get github.com/mattn/goveralls
- docker pull quay.io/coreos/etcd:v3.3.10
- docker run -d -p 2379:2379 quay.io/coreos/etcd:v3.3.10 etcd --name casbin --listen-client-urls http://0.0.0.0:2379 --advertise-client-urls http://0.0.0.0:2379

script:
- make test
- $HOME/gopath/bin/goveralls -service=travis-ci
7 changes: 0 additions & 7 deletions Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/casbin/etcd-watcher

go 1.13
go 1.14

require (
github.com/casbin/casbin/v2 v2.30.2
Expand Down

0 comments on commit a0f7b12

Please sign in to comment.