chore(travis): fix another typo

This commit is contained in:
Soonho Kong 2013-12-26 02:57:13 -05:00
parent 0efb7e8297
commit fa1f64e2d5

View file

@ -284,7 +284,7 @@ after_script:
ctest -D ExperimentalSubmit; ctest -D ExperimentalSubmit;
fi fi
- if [[ $LEANREPO == BLESSED && $PACKAGE == TRUE ]]; then - if [[ $LEANREPO == BLESSED && $PACKAGE == TRUE ]]; then
ninja package; make package;
fi fi
- cd .. - cd ..
- if [[ $LEANREPO == BLESSED && $BUILD_DOXYGEN == TRUE ]]; then - if [[ $LEANREPO == BLESSED && $BUILD_DOXYGEN == TRUE ]]; then