travis: fixup previous commit
This commit is contained in:
parent
57b3154c80
commit
844f79501e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue