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
ci(travis): use python image to deploy with semantic-release
  • Loading branch information
mostaphaRoudsari authored Mar 20, 2019
2 parents f6701b9 + d17467a commit 4c2bb6d
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 4c2bb6d

Please sign in to comment.