Travis: fix building apidoc: add missing $

This commit is contained in:
Daniel Hahler 2015-10-10 23:08:20 +02:00
parent aaea20170d
commit 6902e4bf5b
1 changed files with 1 additions and 1 deletions

View File

@ -109,4 +109,4 @@ script:
after_success:
# Push updated API docs for relevant branches, e.g. non-PRs builds on master.
- if [ "BUILD_APIDOC" = "true" ]; then build-utils/travis-apidoc.sh; fi
- if [ "$BUILD_APIDOC" = "true" ]; then build-utils/travis-apidoc.sh; fi