Skip to content

Commit aa9d371

Browse files
committed
.travis.yml: fix quoting
1 parent 1d62f5d commit aa9d371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sudo: required
1414

1515
before_install:
1616
# 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
17+
- '[ "$DIST" ] && sudo sed -i -e "s/pgdg.*/pgdg-testing main $PG_SUPPORTED_VERSIONS/" /etc/apt/sources.list.d/pgdg*.list'
1818
- sudo apt-get -qq update
1919

2020
install:

0 commit comments

Comments
 (0)