File: .travis.yml

package info (click to toggle)
golang-github-mreiferson-go-snappystream 0.2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 312 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: go
go:
  - 1.2.2
  - 1.3.1
env:
  - GOARCH=amd64
  - GOARCH=386
install:
  - go get code.google.com/p/snappy-go/snappy
script:
  - go test -v
notifications:
  email: false