js-bigchaindb-driver/.ci/travis-before-script.sh

13 lines
265 B
Bash
Raw Normal View History

2018-03-29 18:57:12 +02:00
#!/bin/bash
# Copyright BigchainDB GmbH and BigchainDB contributors
# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
# Code is Apache-2.0 and docs are CC-BY-4.0
2018-03-29 18:57:12 +02:00
set -e -x
docker-compose up -d bigchaindb
2018-05-11 16:08:58 +02:00
npm install
gem install cowsay
npm install -g codecov