Skip to content

Commit e71119f

Browse files
author
Raphaël Benitte
committed
Merge pull request #16 from rande/patch-1
Update .travis.yml
2 parents 272aa44 + 25d49cf commit e71119f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ language: go
22
go:
33
- 1.1
44
- 1.2
5+
- 1.3
6+
- 1.4
57
install:
68
- go get github.com/stretchr/testify/assert
79
script:
8-
- go test -v
10+
- go test -v

0 commit comments

Comments
 (0)