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

sudo: false

go:
  - 1.8.*

os:
  - linux
  - osx
            
script: go test -v

notifications:
  email: false