Skip to content

Commit

Permalink
Initial Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
spazzymoto committed Dec 4, 2018
2 parents 612c7b7 + 46c6501 commit 8e70029
Show file tree
Hide file tree
Showing 67 changed files with 66,285 additions and 2,074 deletions.
21 changes: 13 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
language: node_js
sudo: false
node_js:
- '6'
- '7'
before_install:
- npm install -g bower
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- '8'
install:
- bower install
- npm install
- 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.
2 changes: 1 addition & 1 deletion benchmark/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var bitcore = require('..');
var async = require('async');
var blockData = require('./block-357238.json');

var maxTime = 10;
var maxTime = 30;

console.log('Benchmarking Script');
console.log('---------------------------------------');
Expand Down
Loading

0 comments on commit 8e70029

Please sign in to comment.