mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-28 16:06:13 +01:00
18 lines
206 B
YAML
18 lines
206 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.2
|
|
- 1.3
|
|
- 1.4
|
|
- tip
|
|
|
|
install: make deps
|
|
script: make travis
|
|
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "chat.freenode.net#asciinema"
|
|
use_notice: true
|
|
skip_join: true
|