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

Commit be9f193

Browse files
author
Evandro Carenho
committed
fix: Fixing directory for npm license check.
1 parent 7cbbd85 commit be9f193

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
@@ -25,7 +25,7 @@ language: java
2525
install: true
2626
script:
2727
# Validate npmjs licenses
28-
- "if [[ \"$TRAVIS_PULL_REQUEST\" = \"false\" && $TRAVIS_BRANCH =~ dev ]]; then pushd src/main/webapp ; npm run license-check ; popd ; fi"
28+
- "if [[ \"$TRAVIS_PULL_REQUEST\" = \"false\" && $TRAVIS_BRANCH =~ dev ]]; then pushd src/main/webapp ; npm run integration-commons/license-check ; popd ; fi"
2929
# Deploy to oss.sonatype.org
3030
- "if [[ \"$TRAVIS_PULL_REQUEST\" = \"false\" && $TRAVIS_BRANCH =~ dev ]]; then mvn clean deploy -Pversioneye --settings settings.xml ; fi"
3131
- "if [[ \"$TRAVIS_PULL_REQUEST\" != \"false\" ]]; then mvn clean install ; fi"

0 commit comments

Comments
 (0)