1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-09-05 16:33:19 +00:00
goirc/.travis.yml
2022-03-23 09:38:41 +00:00

20 lines
364 B
YAML

---
language: go
go:
- 1.18
- 1.17.8
- 1.16.15
- 1.15.15
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 ./...