UNPKG

fibos-tracker

Version:

a tracking data and api service based on FIBOS/EOS blockchain nodes.

23 lines (21 loc) 443 B
language: node_js node_js: '6' matrix: include: - os: linux env: - VERSION=0.27.0-dev - os: osx osx_image: xcode9 env: - VERSION=0.27.0-dev dist: xenial before_install: - OS=linux script: - mkdir -p ./node_modules/.bin - curl -s https://fibos.io/download/installer.sh | sh - cp /usr/local/bin/fibos ./node_modules/.bin/fibos - chmod a+x ./node_modules/.bin/fibos - npm i - npm run ci