test for travis PG issues

This commit is contained in:
Steffen Jaeckel 2019-10-10 11:17:03 +02:00
parent 734ba7ec50
commit 78ebaa9c2e

View file

@ -4,6 +4,7 @@ sudo: required
language: c
before_install:
- cat /etc/apt/apt.conf.d/99-travis-apt-proxy
- sudo apt-get update -qq
- sudo apt-get install -y libtommath-dev libgmp-dev libtfm-dev valgrind libtool-bin
@ -21,6 +22,7 @@ branches:
- master
- develop
- /^release\/.*$/
- /^travis/
compiler:
- gcc