mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 19:28:00 +01:00
19 lines
207 B
YAML
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
|