Skip to content
Snippets Groups Projects
Commit 472096b6 authored by Xiao Gui's avatar Xiao Gui
Browse files

fix travis

parent 5f4a0cb6
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,8 @@ jobs:
- VERSION_NUM=${VERSION_NUM#\"}
- VERSION_NUM=${VERSION_NUM%\"}
- 'echo "VERSION_NUM: $VERSION_NUM"'
- 'test -z "$(grep $VERSION_NUM < mkdocs.yml)" && exit 1'
- 'cat mkdocs.yml'
- 'test -z "$(cat mkdocs.yml | grep $VERSION_NUM)" && exit 1'
# Temporarily disabling browserstack e2e tests. They seem to fail without any reason
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment