This repository was archived by the owner on Oct 28, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 2020# under the License.
2121#
2222
23- language : java
23+ sudo : required
24+ dist : trusty
25+ language : node_js
26+ node_js :
27+ - " 6.10"
28+
29+ addons :
30+ apt :
31+ packages :
32+ - openjdk-8-jdk
33+ - maven
34+ - rpm
2435
25- install : true
2636script :
2737# Validate npmjs licenses
2838- " if [[ \" $TRAVIS_PULL_REQUEST\" = \" false\" && $TRAVIS_BRANCH =~ dev ]]; then pushd integration-commons/src/main/webapp ; npm run license-check ; popd ; fi"
@@ -31,7 +41,5 @@ script:
3141- " if [[ \" $TRAVIS_PULL_REQUEST\" != \" false\" ]]; then mvn clean install ; fi"
3242
3343# 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 integration-commons/src/main/webapp ; npm run semantic-release ; popd ; fi"
3544
36- jdk :
37- - oraclejdk8
45+ after_success : " if [[ \" $TRAVIS_PULL_REQUEST\" = \" false\" && $TRAVIS_BRANCH =~ dev ]]; then pushd integration-commons/src/main/webapp ; npm run semantic-release ; popd ; fi"
You can’t perform that action at this time.
0 commit comments