File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 5
5
- osx
6
6
7
7
go :
8
- - " 1.10"
9
- - master
8
+ - " 1.10.x"
9
+ - " 1.11.x"
10
+
11
+ env :
12
+ - GO111MODULE=on
10
13
11
14
before_install :
12
15
- pip install --user -r tests/pip-req.txt
13
16
14
17
install :
15
- - go get -u golang.org/x/vgo
18
+ - go get -t -v ./...
16
19
- go get -u golang.org/x/tools/cmd/goimports
17
20
- go get -u github.com/douban/gobeansdb
18
21
Original file line number Diff line number Diff line change 16
16
test :
17
17
./misc/gobeansdb_server.sh start
18
18
go version
19
- vgo test github.com/douban/gobeansproxy/config
20
- vgo test github.com/douban/gobeansproxy/dstore
19
+ go test github.com/douban/gobeansproxy/config
20
+ go test github.com/douban/gobeansproxy/dstore
21
21
./misc/gobeansdb_server.sh stop
22
22
23
23
template :
@@ -28,4 +28,4 @@ pytest:install
28
28
./tests/run_test.sh
29
29
30
30
install :
31
- CC=$(COMPILER ) vgo install ./
31
+ CC=$(COMPILER ) go install ./
You can’t perform that action at this time.
0 commit comments