Enable travis-ci for goirc

This commit is contained in:
John Barker 2016-02-24 16:44:05 +00:00 committed by John Barker
parent 8be75dd9d4
commit 9ffd7740ec
1 changed files with 19 additions and 0 deletions

19
.travis.yml Normal file
View File

@ -0,0 +1,19 @@
---
language: go
go:
- 1.5
- 1.5.3
- 1.6
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 ./...