[tor-commits] [stem/master] fixed env vars.
atagar at torproject.org
atagar at torproject.org
Thu Sep 14 17:41:10 UTC 2017
commit fc3015adccc779db2412a1d80cfe5af4d997680b
Author: Edmund Wong <ewongbb at pw-wspx.org>
Date: Wed Sep 13 10:48:18 2017 +0800
fixed env vars.
---
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 838666a4..1fa63a04 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,8 +10,8 @@ matrix:
- python: "3.6"
env:
- - TEST_PARAM: "--unit"
- - TEST_PARAM: "--integ"
+ - TEST_PARAM="--unit"
+ - TEST_PARAM="--integ"
before_install:
- sudo apt-get update -qq
More information about the tor-commits
mailing list