mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 09:46:58 +01:00
35 lines
417 B
YAML
35 lines
417 B
YAML
sudo: required
|
|
|
|
services:
|
|
- docker
|
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
- 9
|
|
- 10
|
|
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
|
|
env:
|
|
global:
|
|
- DOCKER_COMPOSE_VERSION=1.19.0
|
|
|
|
before_install:
|
|
- .ci/travis-before-install.sh
|
|
|
|
install:
|
|
- .ci/travis-install.sh
|
|
|
|
before_script:
|
|
- .ci/travis-before-script.sh
|
|
- gem install cowsay
|
|
- npm install -g codecov
|
|
|
|
script: yarn test
|
|
|
|
notifications:
|
|
email: false
|