Files
asciinema/.travis.yml

19 lines
207 B
YAML
Raw Permalink Normal View History

sudo: false
2014-08-02 22:35:23 +02:00
language: go
2014-08-03 16:22:31 +02:00
go:
- 1.3
2014-12-14 11:53:52 +01:00
- 1.4
2016-02-21 17:49:43 +01:00
- 1.5
2016-02-21 17:57:52 +01:00
- 1.6
2014-08-03 16:22:31 +02:00
- tip
2014-08-03 16:22:54 +02:00
script: make travis
notifications:
irc:
channels:
- "chat.freenode.net#asciinema"
use_notice: true
skip_join: true