pgweb/.travis.yml

31 lines
351 B
YAML
Raw Normal View History

sudo: required
dist: trusty
group: deprecated-2017Q4
2014-10-26 20:00:37 +03:00
language: go
services:
- docker
2014-10-31 00:46:14 +03:00
2015-01-14 06:23:44 +03:00
addons:
2017-06-06 06:44:57 +03:00
postgresql: "9.6"
2015-01-14 06:23:44 +03:00
2014-10-31 00:46:14 +03:00
go:
2019-09-21 20:49:30 +03:00
- "1.12"
- "1.13"
2020-03-28 17:32:30 +03:00
- "1.14"
2020-10-18 17:21:29 +03:00
- "1.15"
2014-10-26 20:00:37 +03:00
2017-10-25 07:11:02 +03:00
before_install:
2018-03-17 03:59:58 +03:00
- ./script/check_formatting.sh
2017-10-25 07:11:02 +03:00
- ./script/check_assets.sh
2014-12-18 06:39:28 +03:00
install:
- make setup
2014-12-18 06:39:28 +03:00
script:
- make build
- make test
- make test-all
- make docker-release