File: .travis.yml

package info (click to toggle)
golang-github-fluffle-goirc 1.1.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 312 kB
  • sloc: makefile: 6
file content (18 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
language: go

go:
  - 1.16.2
  - 1.15.10

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 ./...