Files
asciinema/.travis.yml
2014-12-14 11:53:52 +01:00

18 lines
206 B
YAML

language: go
go:
- 1.2
- 1.3
- 1.4
- tip
install: make deps
script: make travis
notifications:
irc:
channels:
- "chat.freenode.net#asciinema"
use_notice: true
skip_join: true