ci: add build.sh to travis

This commit is contained in:
SukkaW 2018-08-03 16:26:39 +08:00
parent 89598cd991
commit 85016d3d2f
3 changed files with 7 additions and 6 deletions

View file

@ -101,4 +101,9 @@ xmllint --noblanks chrome.xml > chrome.min.xml
cp -rf ./chrome.xml ../public/chrome.xml
cp -rf ./chrome.min.xml ../public/chrome.min.xml
cd ..
cd ..
echo ''
echo '-------------------------------------'
echo 'Parsing XML Files ......'
echo '-------------------------------------'