File: .travis.yml

package info (click to toggle)
golang-github-opencontainers-specs 1.0.0~rc1-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 296 kB
  • sloc: makefile: 102
file content (21 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
language: go
go:
  - 1.6
  - 1.5.3

sudo: required

services:
  - docker

before_install:
  - make install.tools
  - docker pull vbatts/pandoc

install: true

script:
  - make .govet
  - make .golint
  - make .gitvalidation
  - make docs