travis-ci: fix requisite build for Base 3.x

This commit is contained in:
Ralph Lange
2017-09-27 14:46:55 +02:00
parent 5b9b84f7d0
commit ab4c69301f

View File

@@ -174,5 +174,7 @@ make -j2 -C epics-base $EXTRA
if [ "$BRBASE" ]
then
make -j2 -C pvData $EXTRA
make -j2 -C pvData $EXTRA
make -j2 -C pvAccess $EXTRA
make -j2 -C normativeTypes $EXTRA
fi