Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Merge pull request #48 from matiu/chore/deps
Browse files Browse the repository at this point in the history
Chore/deps
  • Loading branch information
matiu committed Nov 30, 2018
2 parents dc7e7fc + ed26c6e commit ef3c54b
Show file tree
Hide file tree
Showing 6 changed files with 7,223 additions and 59 deletions.
22 changes: 14 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
language: node_js
sudo: false
node_js:
- '4'
- '8'
before_install:
- npm install -g bower
- npm install -g grunt-cli
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
- bower install
- npm install
- npm install bitcore-lib
- npm ci
after_script:
- gulp coveralls

cache:
directories:
- "$HOME/.npm"

dist: trusty # needs Ubuntu Trusty
# Note: if you switch to sudo: false, you'll need to launch Chrome with --no-sandbox.
# See https://github.com/travis-ci/travis-ci/issues/8836
sudo: required
addons:
chrome: stable # have Travis install Chrome stable.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,13 @@ A module for [bitcore](https://github.com/bitpay/bitcore) that implements [Payme

## Getting Started

This library is distributed in both the npm and bower packaging systems.
This library is distributed in both the npm packaging systems.

```sh
npm install bitcore-lib
npm install bitcore-payment-protocol
```

```sh
bower install bitcore-lib
bower install bitcore-payment-protocol
```

There are many examples of how to use it on the developer guide [section for payment protocol](https://bitcore.io/api/paypro). For example, the following code would verify a payment request:

Expand Down
30 changes: 0 additions & 30 deletions bower.json

This file was deleted.

6 changes: 2 additions & 4 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict';
var startGulp = require('bitcore-build');
Object.assign(exports, startGulp('payment-protocol'))

var gulp_bitcore = require('bitcore-build');

gulp_bitcore('payment-protocol');
Loading

0 comments on commit ef3c54b

Please sign in to comment.