File: .travis.yml

package info (click to toggle)
golang-github-opencontainers-specs 1.0.0~rc2%2Bgit20160926.38.1c7c27d-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 340 kB
  • ctags: 106
  • sloc: makefile: 97
file content (22 lines) | stat: -rw-r--r-- 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: go
go:
  - 1.7
  - 1.6.3
  - 1.5.4

sudo: required

services:
  - docker

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

install: true

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