chore: Remove Dropbox deployment

This commit is contained in:
Chris Jennewein
2021-08-04 20:57:56 -07:00
parent 6314bf56ac
commit 6467cc93ce
4 changed files with 7 additions and 10 deletions

View File

@@ -6,12 +6,9 @@ addons:
- xsltproc
before_install:
- rvm install 2.3.8
- gem install dropbox-deployment
script:
- xmlstarlet val -e FightClub5eXML/Sources/*.xml
- xmlstarlet val -e Collections/*.xml
- xmlstarlet val -e -s Utilities/collection.xsd Collections/*.xml
- xmlstarlet val -e -s Utilities/compendium.xsd FightClub5eXML/Sources/*.xml
- for i in Collections/*.xml; do xsltproc -o FightClub5eXML/$i Utilities/merge.xslt $i; done
after_success:
- if [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ]; then dropbox-deployment; else echo "Skip deploy for PR or Branch Validation"; fi