Add info about travis update
This commit is contained in:
@@ -78,6 +78,9 @@ class WOUpdateController(CementBaseController):
|
|||||||
"update script"]])
|
"update script"]])
|
||||||
|
|
||||||
if os.path.isfile('install'):
|
if os.path.isfile('install'):
|
||||||
|
Log.info(self, "updating WordOps from local install\n"
|
||||||
|
"Latest public release = {0}".format(wo_latest))
|
||||||
|
|
||||||
try:
|
try:
|
||||||
Log.info(self, "updating WordOps, please wait...")
|
Log.info(self, "updating WordOps, please wait...")
|
||||||
os.system("/bin/bash install --travis")
|
os.system("/bin/bash install --travis")
|
||||||
|
|||||||
Reference in New Issue
Block a user