Skip to content

Commit 2767c47

Browse files
author
Matthew Fisher
committed
fix(travis): add dummy FLEETCTL_TUNNEL envvar
This fixes the errors we are seeing on TravisCI. replaces #1045
1 parent 2fa11dd commit 2767c47

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ python:
99
services:
1010
- postgresql
1111

12+
env:
13+
- FLEETCTL_TUNNEL=foo
14+
1215
before_install:
1316
- sudo apt-get install -qq libpq-dev
1417

0 commit comments

Comments
 (0)