mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-20 17:52:46 +00:00
Support for auto-update of lock file, Ref. #59
This commit is contained in:
parent
22a46491aa
commit
510a0f9e3d
@ -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)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user