disable ci skip

This commit is contained in:
Yifan Gao 2017-01-28 22:43:58 +06:00
parent 07dcc964cc
commit 747ea90a70

View File

@ -2,5 +2,5 @@
git remote set-url origin "https://${GITHUB_USERNAME}:${GITHUB_PASSWORD}@github.com/gaoyifan/china-operator-ip.git"
git add result
git commit -m "update `date +%Y-%m-%d`" -m "[ci skip]"
git commit -m "update `date +%Y-%m-%d`"
git push origin $(git rev-parse HEAD):${TRAVIS_BRANCH}