File: .travis.yml

package info (click to toggle)
golang-github-hashicorp-raft-boltdb 0.0~git20171010.6e5ba93-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 112 kB
  • sloc: makefile: 10
file content (10 lines) | stat: -rw-r--r-- 92 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
language: go

go:
    - 1.6
    - 1.7
    - tip

install: make deps
script:
    - make test