Support for auto-update of lock file, Ref. #59

This commit is contained in:
ziajka 2018-01-24 08:35:45 +01:00
parent 22a46491aa
commit 510a0f9e3d

View File

@ -20,6 +20,8 @@ before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
# greenkeeper-lockfile support
- yarn global add greenkeeper-lockfile@1
# Ubuntu trusty supports max python3.4, cx_freeze-5.1.1 requires min 3.5
# Remove when goes to xenial
@ -36,10 +38,14 @@ before_install:
before_script:
- yarn
# greenkeeper-lockfile support
- greenkeeper-lockfile-update
script: yarn ng test --watch=false
after_script:
# greenkeeper-lockfile support
- greenkeeper-lockfile-upload
# publish on gns3.github.io
- yarn ng build --base-href /${TRAVIS_BRANCH}/
- export GIT_LAST_LOG="$(git log -1 --pretty=%B)"