This repository was archived by the owner on Oct 28, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
integration-commons/src/main/webapp Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ addons:
3333 - maven
3434 - rpm
3535
36+ before_script :
37+ - npm install -g node-license-validator
38+
3639script :
3740# Validate npmjs licenses
3841- " if [[ \" $TRAVIS_PULL_REQUEST\" = \" false\" && $TRAVIS_BRANCH =~ dev ]]; then pushd integration-commons/src/main/webapp ; npm run license-check ; popd ; fi"
@@ -41,5 +44,4 @@ script:
4144- " if [[ \" $TRAVIS_PULL_REQUEST\" != \" false\" ]]; then mvn clean install ; fi"
4245
4346# Deploy to npmjs.org using semantic-release; make sure that NPM_TOKEN and GH_TOKEN are set on Travis settings
44-
4547after_success : " if [[ \" $TRAVIS_PULL_REQUEST\" = \" false\" && $TRAVIS_BRANCH =~ dev ]]; then pushd integration-commons/src/main/webapp ; npm run semantic-release ; popd ; fi"
Original file line number Diff line number Diff line change 4646 "less" : " ^2.7.1" ,
4747 "less-loader" : " ^2.2.3" ,
4848 "react-addons-test-utils" : " ^15.4.2" ,
49- "node-license-validator" : " ^1.3.0" ,
5049 "style-loader" : " ^0.13.0" ,
5150 "url-loader" : " ^0.5.7" ,
5251 "webpack" : " ^1.12.14" ,
You can’t perform that action at this time.
0 commit comments