Skip to content

Commit 79b8d0f

Browse files
committed
fix(.travis.yml): remove errant list dash
Travis CI's yaml validator pointed out this error in the addons: section.
1 parent 029ff52 commit 79b8d0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
- postgresql
1717
sudo: required
1818
addons:
19-
- postgresql: "9.3"
19+
postgresql: "9.3"
2020
before_install:
2121
- wget "https://github.com/Masterminds/glide/releases/download/0.7.2/glide-0.7.2-linux-amd64.tar.gz"
2222
- sudo tar -vxz -C /usr/local/bin --strip=1 -f glide-0.7.2-linux-amd64.tar.gz

0 commit comments

Comments
 (0)