From 0d4d97feec1ae25b63e39ccf657451d463608d6b Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 1 Aug 2019 15:14:00 +0200 Subject: [PATCH 1/3] chg: [travis] mkdocs disabled for the time being --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3d9a67b..8eec934 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ after_success: - pipenv run coverage combine .coverage* - pipenv run codecov # MKDOCS - - make ci_generate_docs + # - make ci_generate_docs deploy: provider: pages @@ -45,4 +45,4 @@ deploy: github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable keep-history: true on: - branch: master \ No newline at end of file + branch: master From b8ed5eca9e224c0163a1da382fffea29b968e64c Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 1 Aug 2019 15:22:58 +0200 Subject: [PATCH 2/3] chg: [travis] github token --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8eec934..c1219a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ deploy: provider: pages local-dir: site skip-cleanup: true - github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable + # github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable keep-history: true on: branch: master From 5396fb18c088b3d0d2be2eeff689a3c29004c76b Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 1 Aug 2019 15:30:19 +0200 Subject: [PATCH 3/3] chg: [travis] revert --- .travis.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index c1219a9..18c02c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,6 @@ install: - sudo apt-get install libzbar0 libzbar-dev libpoppler-cpp-dev - pip install pipenv - pipenv install --dev - # MKDOCS - - pip install -r docs/REQUIREMENTS.txt script: - pipenv run coverage run -m --parallel-mode --source=misp_modules misp_modules.__init__ -l 127.0.0.1 & @@ -35,14 +33,3 @@ script: after_success: - pipenv run coverage combine .coverage* - pipenv run codecov - # MKDOCS - # - make ci_generate_docs - -deploy: - provider: pages - local-dir: site - skip-cleanup: true - # github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable - keep-history: true - on: - branch: master