Skip to content

Commit

Permalink
Merge pull request #33 from Bitcoin-com/ct-audit
Browse files Browse the repository at this point in the history
fix(bitbox-sdk): bumping version of bitbox-sdk
  • Loading branch information
christroutner authored Mar 29, 2019
2 parents 664ad57 + 9e2d338 commit bb0fb00
Show file tree
Hide file tree
Showing 4 changed files with 235 additions and 197 deletions.
15 changes: 14 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
language: node_js
node_js:
- "10"
dist: trusty

# Build on Ubuntu Xenial (16.04)
dist: xenial
sudo: required

services:
- docker

# https://github.com/greenkeeperio/greenkeeper-lockfile/issues/156
install: case $TRAVIS_BRANCH in greenkeeper*) npm i;; *) npm ci;; esac;

script: "npm run test"

before_install:
- npm install -g mkdirp

# Send coverage data to Coveralls
after_success:
- npm run coverage

notifications:
slack:
secure: kIeXVoUzIvAHY2c9HKnN/FmxdIMC+ka3qkhScTvq1VOsVtVMCjot8gRPwIXmu3oSOzIyZ0qH4XhPDrEEgJ6cLr1v1Ua2jJRorQ8uVqFPjM9YNVZAK+TnaDKuQ0OZtEgsyh+DyCOLu4dgWV6aGGBw9a2K9DqgpB3aFZ3Xy4ayBVlL0k6IueTdDIuIEPzxAreZ+9DT7bMNjTjreWfcDd0U+m1dyk/mQsy7laVFVVCpuXDMoUtu6OrqvoWZ+UBkDmvYNpt+jvwjVWEW+hI01OesqH8B7ME8KQzeO0jI/FulehnbA6ShCWBwbZ/JnSTUI9M4P1yrZjJu+7UE9732rFxdoj5Q43J6DimL7aH1uPemO5nSqEmGABcUA3l5/b2GnyW79ZPOpmep/PrXYcgJ7AuhDxKvxqw+S4OwDvBAirE/zuExLuFY7P3s9TQdxxx765OM4Ck67R9NZFJU2j8bXs+hBTuj+01oj6/aKbwg3DyZsur2HE+zZbkSBSz/cgQ0IrtL1urheWln8xOnjTOr6fjOm7H/dzXrNAFVBimZTLYUznvJo3BMxgyeqy/ji7a6rn6q4r0Ah1zLLnPvX9C7EY0pdAnApdZEkhECfOFIFJoPyxWJDDKY0gYGHTJI7shL+vHq0QJc3FyuhZunQQ6/B9BhvtkQoy20kNc7e3VMgMJQqgQ=

# Deploy with semantic release
deploy:
provider: script
skip_cleanup: true
Expand Down
Loading

0 comments on commit bb0fb00

Please sign in to comment.