From 7cfac52531edc60691742351a978385df0aa6ca6 Mon Sep 17 00:00:00 2001 From: Willie Xu Date: Tue, 27 Nov 2018 23:29:21 -0800 Subject: [PATCH 1/2] reenable extension checking in CI minor edit to get travis to run edit --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c5df7d87b5f..805f261b754 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,10 +82,10 @@ jobs: script: ./scripts/ci/test_ref_doc.sh env: PURPOSE='RefDocVerify' python: 3.6 - #- stage: verify - # env: PURPOSE='Load extension commands' - # script: ./scripts/ci/test_extensions.sh - # python: 3.6 + - stage: verify + env: PURPOSE='Load extension commands' + script: ./scripts/ci/test_extensions.sh + python: 3.6 - stage: publish script: ./scripts/ci/publish.sh python: 3.6 From e993103b19f104bed3c183c14bc81f3af2659be0 Mon Sep 17 00:00:00 2001 From: Willie Xu Date: Wed, 28 Nov 2018 08:29:00 -0800 Subject: [PATCH 2/2] minor edit --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 805f261b754..b70b85af1ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -83,9 +83,9 @@ jobs: env: PURPOSE='RefDocVerify' python: 3.6 - stage: verify - env: PURPOSE='Load extension commands' - script: ./scripts/ci/test_extensions.sh - python: 3.6 + env: PURPOSE='Load extension commands' + script: ./scripts/ci/test_extensions.sh + python: 3.6 - stage: publish script: ./scripts/ci/publish.sh python: 3.6