summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/logrus-prefixed-formatter/.travis.yml
blob: 0c80b19ab04a56f42e70c20eef3b524b6bc30c9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: go

go:
  - 1.5
  - 1.6
  - 1.7

install:
  - make deps

script:
  - make test

sudo: false