mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Re-enable checkbashisms in Travis-CI.
This commit is contained in:
parent
ce2ca78293
commit
a80a84069c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ before_install:
|
|||
- sudo apt-get update && sudo apt-get install devscripts
|
||||
|
||||
script:
|
||||
#- /usr/bin/checkbashisms -pxf bootstrap-salt-minion.sh || exit 1
|
||||
- /usr/bin/checkbashisms -pxfn bootstrap-salt-minion.sh || exit 1
|
||||
- (/bin/echo -e '\nInstalling stable with bash' && sudo /bin/bash bootstrap-salt-minion.sh && salt-minion --versions-report && sudo apt-get remove salt-common salt-minion) || exit 1
|
||||
- (/bin/echo -e '\nInstalling stable with sh' && sudo ./bootstrap-salt-minion.sh && salt-minion --versions-report && sudo apt-get remove salt-common salt-minion) || exit 1
|
||||
- (/bin/echo -e '\nInstalling explicit stable with sh' && sudo ./bootstrap-salt-minion.sh stable && salt-minion --versions-report && sudo apt-get remove salt-common salt-minion) || exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue