[Pkg-privacy-commits] [onionbalance] 51/117: Remove unneccary quotes from .travis.yml
Donncha O'Cearbahill
donncha-guest at moszumanska.debian.org
Wed Dec 16 23:18:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
donncha-guest pushed a commit to branch debian/sid
in repository onionbalance.
commit 7507fb724be6653e33056456bc2d3bb5451905b4
Author: Donncha O'Cearbhaill <donncha at donncha.is>
Date: Thu Jun 25 22:55:33 2015 +0100
Remove unneccary quotes from .travis.yml
---
.travis.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 692ec8e..7cc16aa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,9 +6,9 @@ env:
- TOXENV=docs
before_install:
# Install tor and chutney if doing functional tests
- - "if [[ $TEST == 'functional' ]]; then ./test/scripts/install-tor.sh; fi"
- - "if [[ $TEST == 'functional' ]]; then export PATH=$PATH:$PWD/tor/src/tools:$PWD/tor/src/or; fi"
- - "if [[ $TEST == 'functional' ]]; then source test/scripts/install-chutney.sh; fi"
+ - if [[ $TEST == 'functional' ]]; then ./test/scripts/install-tor.sh; fi
+ - if [[ $TEST == 'functional' ]]; then export PATH=$PATH:$PWD/tor/src/tools:$PWD/tor/src/or; fi
+ - if [[ $TEST == 'functional' ]]; then source test/scripts/install-chutney.sh; fi
install:
- pip install tox
script:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionbalance.git
More information about the Pkg-privacy-commits
mailing list