Skip to content

Commit 35d2b9f

Browse files
committed
Update travis.yml and deps
Signed-off-by: Vishal Rana <[email protected]>
1 parent 45b8c98 commit 35d2b9f

File tree

3 files changed

+22
-19
lines changed

3 files changed

+22
-19
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: go
22
go:
3-
- 1.5.2
3+
- 1.6
4+
- 1.7
45
- tip
56
before_install:
67
- go get github.com/modocache/gover
@@ -11,5 +12,9 @@ script:
1112
- go test -coverprofile=color.coverprofile ./color
1213
- go test -coverprofile=bytes.coverprofile ./bytes
1314
- go test -coverprofile=log.coverprofile ./log
15+
- go test -coverprofile=random.coverprofile ./random
1416
- $HOME/gopath/bin/gover
1517
- $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci
18+
matrix:
19+
allow_failures:
20+
- go: tip

glide.lock

Lines changed: 15 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

log/log.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import (
1313

1414
"strconv"
1515

16+
"github.com/mattn/go-isatty"
1617
"github.com/valyala/fasttemplate"
1718

1819
"github.com/labstack/gommon/color"

0 commit comments

Comments
 (0)