Skip to content

Commit db8638f

Browse files
committed
fix circle.yml ci script path
1 parent e860c52 commit db8638f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ machine:
44

55
test:
66
override:
7-
- bash ./build/ci.sh
7+
- bash ./ci.sh

0 commit comments

Comments
 (0)