Skip to content

Commit

Permalink
Updates to take account of CI Travis environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dataliberate committed Jul 19, 2019
1 parent 9131e04 commit 614088f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions scripts/buildTermConfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,9 @@ function doDocs {


done
printf '\n ]
}' >> $TARGET
printf "
]
}" >> $TARGET

}

Expand All @@ -114,8 +115,9 @@ function doElements {
do
doExtension "data/ext/$ext"
done
echo '\n ]
}' >> $TARGET
echo "
]
}" >> $TARGET

}

Expand Down

0 comments on commit 614088f

Please sign in to comment.