Files
asciinema/.travis.yml
2014-11-13 20:45:05 +01:00

17 lines
198 B
YAML

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