This repository has been archived by the owner on Apr 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from bitpay/chore/update-deps
Chore/update deps
- Loading branch information
Showing
10 changed files
with
6,012 additions
and
9,313 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,20 @@ | ||
language: node_js | ||
sudo: false | ||
node_js: | ||
- '8' | ||
before_install: | ||
- export DISPLAY=:99.0 | ||
- sh -e /etc/init.d/xvfb start | ||
install: | ||
- npm install bitcore-lib | ||
- 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
'use strict'; | ||
|
||
var gulp_bitcore = require('bitcore-build'); | ||
|
||
gulp_bitcore('mnemonic'); | ||
var startGulp = require('bitcore-build'); | ||
Object.assign(exports, startGulp('mnemonic')) | ||
|
Oops, something went wrong.