Skip to content

Commit

Permalink
Merge pull request #6065 from camptocamp/fix_travis_2_4
Browse files Browse the repository at this point in the history
Fix travis 2 4
  • Loading branch information
ger-benjamin committed Jul 22, 2020
2 parents ebcb11a + 9b40f15 commit 5a46242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildtools/travis-npm-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ then
fi
if [ "$PACKAGE_VERSION" = "$TRAVIS_TAG" ]
then
$RUN npm publish --tag=version-${MAIN_BRANCH} $TAG
$RUN npm publish --quiet --tag=version-${MAIN_BRANCH} $TAG
else
echo "Skipping publication, the travis tag and package version differ"
fi
Expand Down

0 comments on commit 5a46242

Please sign in to comment.