TravisCI now uses Godep and IRC notices.
This commit is contained in:
parent
3c3b6cfd21
commit
25eb6316be
1 changed files with 8 additions and 0 deletions
|
@ -2,10 +2,18 @@ language: go
|
||||||
|
|
||||||
go: 1.3
|
go: 1.3
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- go get github.com/tools/godep
|
||||||
|
|
||||||
|
script:
|
||||||
|
- godep go test ./...
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
- "irc.freenode.net#chihaya"
|
- "irc.freenode.net#chihaya"
|
||||||
|
use_notice: true
|
||||||
|
skip_join: true
|
||||||
on_success: always
|
on_success: always
|
||||||
on_failure: always
|
on_failure: always
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Reference in a new issue