mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Preserve environ when sudo'ing on Travis-CI
This commit is contained in:
parent
08503d10d2
commit
0f7855e7fc
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ before_install:
|
|||
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi"
|
||||
|
||||
install: pip install -r requirements.txt --use-mirrors
|
||||
script: sudo python setup.py test --runtests-opts='--run-destructive'
|
||||
script: sudo -E python setup.py test --runtests-opts='--run-destructive'
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
|
|
Loading…
Add table
Reference in a new issue