goirc/.travis.yml

21 lines
364 B
YAML
Raw Permalink Normal View History

2016-02-24 16:44:05 +00:00
---
language: go
go:
2022-03-23 09:38:41 +00:00
- 1.18
- 1.17.8
- 1.16.15
- 1.15.15
2016-02-24 16:44:05 +00:00
sudo : false
notifications:
irc:
channels:
- "irc.pl0rt.org#sp0rklf"
skip_join: true
script:
- if [ "$TRAVIS_REPO_SLUG" != "fluffle/goirc" ] ; then ln -s "$HOME/gopath/src/github.com/$TRAVIS_REPO_SLUG" /home/travis/gopath/src/github.com/fluffle/goirc ; fi
- go test -v ./...