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

Commit ba77fa2

Browse files
author
Evandro Carenho
committed
fix: Installing node-license-validator.
1 parent 07b9201 commit ba77fa2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore.swp

-12 KB
Binary file not shown.

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ addons:
3333
- maven
3434
- rpm
3535

36+
before_script:
37+
- npm install -g node-license-validator
38+
3639
script:
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-
4547
after_success: "if [[ \"$TRAVIS_PULL_REQUEST\" = \"false\" && $TRAVIS_BRANCH =~ dev ]]; then pushd integration-commons/src/main/webapp ; npm run semantic-release ; popd ; fi"

integration-commons/src/main/webapp/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
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",

0 commit comments

Comments
 (0)