mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-30 03:44:20 +01:00
remove reboot flag
no longer needed... "no reboot" is std
This commit is contained in:
parent
113034aab9
commit
647b801a98
|
|
@ -18,7 +18,7 @@ before_script:
|
|||
- chmod +x install.sh
|
||||
- cat /etc/os-release
|
||||
- echo ${TRAVIS_BRANCH}
|
||||
- sudo ./install.sh -b ${TRAVIS_BRANCH} -r no
|
||||
- sudo ./install.sh -b ${TRAVIS_BRANCH}
|
||||
|
||||
env:
|
||||
- module=bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue