File: .travis.yml

package info (click to toggle)
golang-github-bugsnag-bugsnag-go 1.0.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 456 kB
  • ctags: 198
  • sloc: makefile: 9
file content (13 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: go

go:
  - 1.3
  - 1.4
  - tip

install:
  - go get github.com/bugsnag/panicwrap
  - go get github.com/bugsnag/osext
  - go get github.com/bitly/go-simplejson
  - go get github.com/revel/revel
  - go get github.com/juju/loggo