Skip to content

Commit

Permalink
fix: sem rel fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelin committed Nov 15, 2019
1 parent f21714d commit e4d4fee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,18 @@ after_success:

jobs:
include:
- if: branch = master AND env(TRAVIS_PULL_REQUEST) = false
- stage: test
env: ARCH=linux/amd64 TAG_SUFFIX=amd64
- stage: test
env: ARCH=linux/arm/v7 TAG_SUFFIX=arm32v7
- stage: release
before_install: skip
install: skip
script:
- >
if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
set -x
nvm install lts/*
npm install --save-dev @semantic-release/commit-analyzer
npm install --save-dev @semantic-release/git
Expand All @@ -120,5 +124,7 @@ jobs:
npm install --save-dev @semantic-release/github
npm install --save-dev @semantic-release/changelog
npm install --save-dev @semantic-release/exec
echo "Running semantic release..."
npx semantic-release
fi
after_success: skip

0 comments on commit e4d4fee

Please sign in to comment.