pgweb/.travis.yml

31 lines
351 B
YAML
Raw Normal View History

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