Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 7cbbd85

Browse files
author
Evandro Carenho
committed
fix: Adjusting travis yaml for publishing commons npm.
1 parent e8124bb commit 7cbbd85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ script:
3131
- "if [[ \"$TRAVIS_PULL_REQUEST\" != \"false\" ]]; then mvn clean install ; fi"
3232

3333
# Deploy to npmjs.org using semantic-release; make sure that NPM_TOKEN and GH_TOKEN are set on Travis settings
34-
after_success: "if [[ \"$TRAVIS_PULL_REQUEST\" = \"false\" && $TRAVIS_BRANCH =~ dev ]]; then pushd src/main/webapp ; npm run semantic-release ; popd ; fi"
34+
after_success: "if [[ \"$TRAVIS_PULL_REQUEST\" = \"false\" && $TRAVIS_BRANCH =~ dev ]]; then pushd integration-commons/src/main/webapp ; npm run semantic-release ; popd ; fi"
3535

3636
jdk:
3737
- oraclejdk8

0 commit comments

Comments
 (0)