travis: fixup previous commit

This commit is contained in:
Chris Beck 2014-12-17 23:06:07 -05:00
parent df57b4b546
commit 57b3154c80

View file

@ -63,6 +63,7 @@ install:
- if [ "$CHECK_UTF8" = true ]; then time sudo apt-get install -qq moreutils; fi
- if [ "$CPP_TESTS" = true ]; then time sudo update-alternatives --remove postmaster.1.gz /usr/share/postgresql/9.1/man/man1/postmaster.1.gz; fi
- if [ "$CPP_TESTS" = true ]; then time sudo apt-get -f; fi
- if [ "$CPP_TESTS" = true ]; then apt-get install --reinstall postgresql-9.1; fi
- if [ "$CPP_TESTS" = true ]; then time sudo apt-get -o Dpkg::Options::='--force-confold' --force-yes -fuy upgrade; fi
- $CXX -v