Update .travis.yml

This commit is contained in:
Xingyu.Wang 2018-10-25 08:51:01 +08:00 committed by GitHub
parent 60ca7b9c7e
commit 2a5f1603de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,13 @@ language: c
script:
- sh ./scripts/check.sh
- ./scripts/badge.sh
branches:
only:
- master
except:
- gh-pages
git:
submodules: false
deploy:
provider: pages
skip_cleanup: true