rest-server/.travis.yml
Zlatko Čalušić 8e5ee39ba6 Add .travis.yml
2016-11-05 18:20:43 +01:00

20 lines
185 B
YAML

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