Skip to content

Commit 652f18b

Browse files
committed
ansi color code update and travis config update
1 parent f59dc52 commit 652f18b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ branches:
1010
- /^v[0-9.]+$/
1111

1212
go:
13-
- 1.9
14-
- "1.10"
13+
- 1.9.x
14+
- 1.x
1515
- tip
1616

1717
go_import_path: aahframework.org/log.v0

console_receiver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var (
2525
LevelError: []byte("\033[0;31m"), // red
2626
LevelWarn: []byte("\033[0;33m"), // yellow
2727
LevelInfo: []byte("\033[0;37m"), // white
28-
LevelDebug: []byte("\033[0;34m"), // blue
28+
LevelDebug: []byte("\033[0;36m"), // cyan
2929
LevelTrace: []byte("\033[0;35m"), // magenta (purple)
3030
}
3131

0 commit comments

Comments
 (0)