chore: bring up travis

This commit is contained in:
neoFelhz 2017-10-29 14:03:01 +08:00
parent d2eb9c7d16
commit 529ebb3171
3 changed files with 43 additions and 3 deletions

View file

@ -7,7 +7,7 @@ git config --global user.name "${GitHubUser}"
git remote add origin https://${GitHubKEY}@github.com/neko-dev/neohosts.git
git pull origin gh-pages
rm -rf ./*
cp -rf ../_public/* ../_deploy/
cp -rf ../public/* ../_deploy/
git add --all .
git commit -m "Chrome daily"
git push --quiet --force origin HEAD:gh-pages