Update .travis.yml

This commit is contained in:
Xingyu.Wang 2018-10-23 23:27:00 +08:00 committed by GitHub
parent 51a0526a4c
commit c107e526a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,21 +1,3 @@
language: c language: c
script: script:
- make -s badge
- make -s check - make -s check
branches:
only:
- master
install:
- git clone --depth=1 https://github.com/LCTT/lctt-scripts
- sed -i "/ProjectRoot=/cProjectRoot=$(pwd)" ./lctt-scripts/lctt.cfg
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: build
on:
branch: master