rest-server/.travis.yml
2016-12-27 16:19:59 +01:00

19 lines
177 B
YAML

os: linux
sudo: false
language: go
go:
- 1.7
- tip
matrix:
allow_failures:
- go: tip
branches:
only:
- master
notifications:
email:
on_success: always