Add missing documentation for extension loader callbacks (#1457)

* Add missing documentation for extension loader callbacks

* Fix messed up pipeline, how it could work until now???

* Travis yml fix

* Travis yml fix
This commit is contained in:
Popovics András
2020-05-07 23:23:11 +02:00
committed by GitHub
parent 89e7446bd2
commit 0e7eed3cd5
8 changed files with 145 additions and 21 deletions

View File

@@ -1,5 +1,10 @@
#!/usr/bin/env bash
# Run the build on mergin to development with always the latest ADF
if [ "${TRAVIS_BRANCH}" == "develop" ] && [ "${TRAVIS_EVENT_TYPE}" == "push" ]; then
./scripts/update-version.sh -v --$ADF_RELEASE_VERSION
fi
pip install --user awscli
export NODE_OPTIONS="--max_old_space_size=30000"