Skip to content

Commit 1e55ede

Browse files
committed
Reduced travis notification spam, added go 1.9
1 parent c2ebbd8 commit 1e55ede

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

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

33
go:
44
- 1.8
5+
- 1.9
56
- tip
67

78
matrix:
@@ -33,3 +34,8 @@ script:
3334

3435
after_success:
3536
- bash <(curl -s https://codecov.io/bash)
37+
38+
notifications:
39+
email:
40+
on_success: change
41+
on_failure: always

0 commit comments

Comments
 (0)