mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
add logs
This commit is contained in:
parent
f934aa306b
commit
fac04a9707
@ -5,11 +5,11 @@ language: node_js
|
||||
dist: trusty
|
||||
sudo: required
|
||||
node_js:
|
||||
# Use the explicit NodeJS LTS version 10.16.0 to avoid any automatic upgrade of the version.
|
||||
# Use the explicit NodeJS LTS version 8.9.4 to avoid any automatic upgrade of the version.
|
||||
- '10.16.0'
|
||||
|
||||
install:
|
||||
npm install
|
||||
echo "no install"
|
||||
|
||||
branches:
|
||||
only:
|
||||
@ -88,5 +88,6 @@ after_success:
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
- demo-shell/dist
|
||||
- tmp
|
||||
|
@ -16,5 +16,8 @@ else
|
||||
./scripts/smart-build.sh -b $TRAVIS_BRANCH -gnu || exit 1;
|
||||
fi;
|
||||
|
||||
echo "====== Build Demo shell dist ====="
|
||||
npm run build:dist || exit 1;
|
||||
|
||||
echo "====== License Check ====="
|
||||
npm run license-checker
|
||||
|
Loading…
x
Reference in New Issue
Block a user