goirc/.travis.yml

20 lines
350 B
YAML
Raw Normal View History

2016-02-24 16:44:05 +00:00
---
language: go
go:
- 1.11
- 1.10.4
- 1.9.7
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 ./...