Skip to content

Commit c52a4f6

Browse files
author
leeli
committed
修复CIbug
1 parent 9297042 commit c52a4f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: go
22

33
go:
4+
- master
45
- stable
56

67
branches:

Helper/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type problem struct {
1919

2020
func newSolution() problems {
2121
const slPath = "../solution"
22-
///** 从文件读取 */
22+
/** 从文件读取 */
2323
ps := getSl(slPath)
2424

2525
return ps

0 commit comments

Comments
 (0)