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
|
dist: trusty
|
||||||
sudo: required
|
sudo: required
|
||||||
node_js:
|
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'
|
- '10.16.0'
|
||||||
|
|
||||||
install:
|
install:
|
||||||
npm install
|
echo "no install"
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
@ -88,5 +88,6 @@ after_success:
|
|||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
- node_modules
|
||||||
- demo-shell/dist
|
- demo-shell/dist
|
||||||
- tmp
|
- tmp
|
||||||
|
@ -16,5 +16,8 @@ else
|
|||||||
./scripts/smart-build.sh -b $TRAVIS_BRANCH -gnu || exit 1;
|
./scripts/smart-build.sh -b $TRAVIS_BRANCH -gnu || exit 1;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
|
echo "====== Build Demo shell dist ====="
|
||||||
npm run build:dist || exit 1;
|
npm run build:dist || exit 1;
|
||||||
|
|
||||||
|
echo "====== License Check ====="
|
||||||
npm run license-checker
|
npm run license-checker
|
||||||
|
Loading…
x
Reference in New Issue
Block a user