Oops, forgot a ;fi

This commit is contained in:
Joseph Lenox 2018-07-11 18:11:07 -05:00 committed by Joseph Lenox
parent 67c65cce94
commit 7e41496f56

View File

@ -8,7 +8,7 @@ script:
- if [[ "$BUILD_PL" == false ]]; then cmake --build .; fi
- if [[ "$BUILD_PL" == false ]]; then ctest . -R TestSlic3r; fi
- if [[ "$BUILD_PL" == true ]]; then perlbrew switch slic3r-perl; fi
- if [[ "$BUILD_PL" == true ]]; then perl ./Build.PL
- if [[ "$BUILD_PL" == true ]]; then perl ./Build.PL; fi
# - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ctest . -R TestGUI; fi
branches:
only: