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

sudo: false

go:
  - tip

os:
  - linux
            
script: go test -v

notifications:
  email: false