From 9ffd7740ec4f4950b8e18da4b035278c36f4b66a Mon Sep 17 00:00:00 2001 From: John Barker Date: Wed, 24 Feb 2016 16:44:05 +0000 Subject: [PATCH] Enable travis-ci for goirc --- .travis.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..420a9a8 --- /dev/null +++ b/.travis.yml @@ -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 ./...