Skip to content

Commit

Permalink
ci(travis): use python image to deploy with semantic-release
Browse files Browse the repository at this point in the history
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.

ladybug-tools#125
  • Loading branch information
AntoineDao committed Mar 20, 2019
1 parent f6701b9 commit d17467a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d17467a

Please sign in to comment.