We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9d371 commit 3dcd8fdCopy full SHA for 3dcd8fd
.travis.yml
@@ -14,7 +14,7 @@ sudo: required
14
15
before_install:
16
# apt.postgresql.org is already configured, we just need to add devel
17
- - '[ "$DIST" ] && sudo sed -i -e "s/pgdg.*/pgdg-testing main $PG_SUPPORTED_VERSIONS/" /etc/apt/sources.list.d/pgdg*.list'
+ - if [ "$DIST" ]; then sudo sed -i -e "s/pgdg.*/pgdg-testing main $PG_SUPPORTED_VERSIONS/" /etc/apt/sources.list.d/pgdg*.list; fi
18
- sudo apt-get -qq update
19
20
install:
0 commit comments