Skip to content

Commit 71b8fcc

Browse files
committed
Fix build
1 parent a995981 commit 71b8fcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ env:
2828
global:
2929
- PGPORT=5433
3030
before_install:
31-
- sudo apt-get -q update
31+
# - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 762E3157
32+
# - sudo apt-get -q update
3233
install:
3334
- pip install --upgrade pip setuptools
3435
script:

0 commit comments

Comments
 (0)