Files
asciinema/.travis.yml
2016-02-21 17:57:52 +01:00

19 lines
207 B
YAML

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