diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2019-06-23 14:12:05 +0300 |
---|---|---|
committer | rl1987 <rl1987@sdf.lonestar.org> | 2019-06-23 14:12:05 +0300 |
commit | 84f0f15066b10581c673525fe3c41d32511437e1 (patch) | |
tree | 78208b5c75d4fade82a68049d1d16741c34bf7db /.travis.yml | |
parent | 1d504a408d129bf561138360a5d727b37c0e29a9 (diff) | |
download | tor-84f0f15066b10581c673525fe3c41d32511437e1.tar.gz tor-84f0f15066b10581c673525fe3c41d32511437e1.zip |
Improve comment in .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 1901d950a4..fe34fac255 100644 --- a/.travis.yml +++ b/.travis.yml @@ -191,8 +191,9 @@ install: - python --version ## run stem tests if they are enabled. - if [[ "$TEST_STEM" != "" ]]; then pushd stem; python -c "from stem import stem; print(stem.__version__);"; git log -1; popd; fi - ## We don't want Tor tests to depends on default configuration file at - ## ~/.torrc. So we put some random bytes in there, to make sure it doesn't. + ## We don't want Tor tests to depend on default configuration file at + ## ~/.torrc. So we put some random bytes in there, to make sure we get build + ## failures in case Tor is reading it during CI jobs. - dd ibs=1 count=1024 if=/dev/urandom > ~/.torrc script: |