Files
asciinema/.travis.yml
2015-03-03 13:03:22 +01:00

17 lines
187 B
YAML

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