mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
fix travis
This commit is contained in:
parent
e03bf6ec90
commit
641de043f9
@ -103,7 +103,7 @@ class test_remote_browser_base(BrowserTests):
|
|||||||
name='pdf2htmlEX',
|
name='pdf2htmlEX',
|
||||||
passed=passed,
|
passed=passed,
|
||||||
public='public restricted',
|
public='public restricted',
|
||||||
tags = [pull_request] if pull_request else [branch]
|
tags = [pull_request] if pull_request != 'false' else [branch]
|
||||||
)
|
)
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user