summaryrefslogtreecommitdiff
path: root/vendor/github.com/fluffle/goirc/.travis.yml
blob: 420a9a88039fcc4223b8114f9f0b61083aaa0368 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 ./...