Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ report
.DS_Store


bitcore.js
bitcore.min.js
bitcore.js.sig
bitcore.min.js.sig
bitcore-lib.js
bitcore-lib.min.js
bitcore-lib.js.sig
bitcore-lib.min.js.sig
tests.js
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
language: node_js
sudo: false
compiler:
- gcc
- clang
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
- clang
node_js:
- '0.10'
- '0.12'
- '2.0.0'
- '4'
- '6'
before_install:
- export CXX="g++-4.8" CC="gcc-4.8"
- npm install -g bower
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,16 @@
"lodash": "=3.10.1"
},
"devDependencies": {
"bitcore-build": "bitpay/bitcore-build",
"bitcore-build": "braydonf/bitcore-build#abeaa87ad3b1707cf1f2bcded5126a6d0b07658c",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this be modified to point to bitpay's repo?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes would need to be updated there as well.

"brfs": "^1.2.0",
"browserify": "^13.0.1",
"chai": "^1.10.0",
"gulp": "^3.8.10",
"istanbul": "^0.4.3",
"karma": "^0.13.22",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.0.1",
"mocha": "^2.5.3",
"sinon": "^1.13.0"
},
"license": "MIT"
Expand Down