This repository has been archived by the owner on Jun 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed BitGo dependency to mitigate security vulnerabilities
* add callback check in setTimeUntilReconcile, bump version Removed BitGo dependency to mitigate security vulnerabilities wip -- adding TravisCI support Deprecated BitGo superagent in favor of VisionMedia's wip -- implementing TravisCI and correcting security tests wip -- removing BitGo dependency wip -- update TravisCI node. Move snazzy to devDeps Updated TravisCI test to include integration. bump version fix broken integration tests, flaky index tests (#56) * fix broken integration tests, flakey index tests * add callback check in setTimeUntilReconcile, bump version merge fix bump version for package-lock
- Loading branch information
Jason Sadler
authored
Apr 17, 2018
1 parent
f22787d
commit f0f0d4e
Showing
5 changed files
with
154 additions
and
1,841 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
language: node_js | ||
node_js: | ||
- "node" | ||
dist: trusty | ||
sudo: required | ||
group: edge | ||
script: | ||
- npm run test-security && npm run test-index && npm run test-integration | ||
|
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
Oops, something went wrong.