a4edf38566
Newly designed API defines Ancestry as a set of layers and shrinked the api to only the most used apis: post ancestry, get layer, get notification, delete notification Fixes #98
39 lines
463 B
YAML
39 lines
463 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.8
|
|
|
|
sudo: required
|
|
|
|
install:
|
|
- curl https://glide.sh/get | sh
|
|
|
|
script:
|
|
- go test $(glide novendor | grep -v contrib)
|
|
|
|
dist: trusty
|
|
|
|
services:
|
|
- postgresql
|
|
|
|
notifications:
|
|
email: false
|
|
|
|
matrix:
|
|
include:
|
|
- addons:
|
|
apt:
|
|
packages:
|
|
- rpm
|
|
postgresql: 9.4
|
|
- addons:
|
|
apt:
|
|
packages:
|
|
- rpm
|
|
postgresql: 9.5
|
|
- addons:
|
|
apt:
|
|
packages:
|
|
- rpm
|
|
postgresql: 9.6
|