From c107e526a5c21e4bc3216673a573b82ee3462074 Mon Sep 17 00:00:00 2001 From: "Xingyu.Wang" Date: Tue, 23 Oct 2018 23:27:00 +0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.travis.yml b/.travis.yml index 368993fec8..ff9b70cbc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,21 +1,3 @@ language: c script: - - make -s badge - 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