We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46969bb + bed6ca0 commit 2f2e500Copy full SHA for 2f2e500
.npmignore
.travis.yml
@@ -1,19 +1,19 @@
1
+sudo: false
2
language: node_js
3
before_install:
4
- npm install npm -g
5
node_js:
- - 5
6
- - 4
7
- - io.js
8
- - 0.12
9
- - 0.10
+ - "0.10"
+ - "0.12"
+ - "io.js"
+ - "4"
10
+ - "5"
11
matrix:
12
include:
- - node_js: 4
13
+ - node_js: "4"
14
env: TEST_SUITE=standard
15
env:
16
- TEST_SUITE=coverage
17
- TEST_SUITE=integration
18
- TEST_SUITE=unit
19
script: npm run-script $TEST_SUITE
-sudo: false
package.json
@@ -44,6 +44,9 @@
44
"type": "git",
45
"url": "https://github.com/bitcoinjs/bitcoinjs-lib.git"
46
},
47
+ "files": [
48
+ "src"
49
+ ],
50
"config": {
51
"blanket": {
52
"pattern": [
0 commit comments