1sudo: false
2
3language: go
4
5go:
6  - 1.8
7
8branches:
9  only:
10    - master
11
12script: make test
13