Skip to content
This repository was archived by the owner on Jun 6, 2019. It is now read-only.

Commit 65ac451

Browse files
committed
fix ci configuration
1 parent 0eb1225 commit 65ac451

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

circle.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
dependencies:
22
override:
33
# './...' is a relative pattern which means all subdirectories
4-
- cd xorm
5-
- go get -t -d -v ./...
6-
- go build -v
4+
- cd xorm && go get -t -d -v ./...
5+
- cd xorm && go build -v
76

87
test:
98
override:

0 commit comments

Comments
 (0)