open-horizon / examples

Code examples you can use with Horizon.
Apache License 2.0
40 stars 65 forks source link

Update Travis file #417

Closed t-fine closed 3 years ago

t-fine commented 3 years ago

Travis is currently failing to install the hzn cli. We need to update the old mentor of installing the cli

# Install the hzn command
addons:
  apt:
    update: true
    sources:
    - sourceline: deb [arch=amd64,armhf,arm64] http://pkg.bluehorizon.network/linux/ubuntu bionic-updates main
      key_url: 'http://pkg.bluehorizon.network/bluehorizon.network-public.key'
    packages:
    - horizon-cli

to grab from the anax releases https://github.com/open-horizon/anax/releases