travis: fixup previous commit

This commit is contained in:
Chris Beck 2014-12-17 23:12:29 -05:00
parent 57b3154c80
commit 844f79501e

View file

@ -63,7 +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 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