1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2026-01-20 00:38:04 +00:00

Nuke ancient .travis.yml; update README.

This commit is contained in:
Alex Bramley 2026-01-14 10:33:56 +00:00
parent 75f575eb20
commit 151656bd7c
2 changed files with 2 additions and 21 deletions

View file

@ -1,20 +0,0 @@
---
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 ./...

View file

@ -97,7 +97,7 @@ indebted to Matt Gruen for his work on
the re-organisation and channel-based communication structure of `*Conn.send()`
and `*Conn.recv()`. I'm sure things could be more asynchronous, still.
This code is (c) 2009-23 Alex Bramley, and released under the same licence terms
This code is (c) 2009-26 Alex Bramley, and released under the same licence terms
as Go itself.
Contributions gratefully received from:
@ -117,6 +117,7 @@ Contributions gratefully received from:
- [shammash](https://github.com/shammash)
- [ostafen](https://github.com/ostafen)
- [supertassu](https://github.com/supertassu)
- [slymas](https://github.com/slymas)
And thanks to the following for minor doc/fix PRs: