From d17467ab29aa449363d5d6e8be6dcbaed82de67c Mon Sep 17 00:00:00 2001 From: AntoineDao Date: Wed, 20 Mar 2019 18:32:02 +0000 Subject: [PATCH] ci(travis): use python image to deploy with semantic-release Seems it's easy enough to install node on a python image but the node image's python distro doesn't play well with https. #125 --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2da42d0a..b722b1d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,8 @@ jobs: if: branch = master AND (NOT type IN (pull_request)) before_install: - npm i -g npm@6.6.0 - language: node_js - node_js: - - '8' + python: + - "3.6" install: - pip install -r dev-requirements.txt - npm install @semantic-release/exec