1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-06-16 01:23:20 +02:00
js-bigchaindb-driver/.ci/travis-before-script.sh
2018-08-10 12:49:26 +02:00

13 lines
265 B
Bash
Executable File

#!/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
set -e -x
docker-compose up -d bigchaindb
npm install
gem install cowsay
npm install -g codecov