summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 32bd6fdee6cec16073db967bceb399271465a6b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: go

sudo: false

go:
  - master

os:
  - linux
            
script: go test -v

notifications:
  email: false