Skip to content

Commit 09dcb98

Browse files
jcrugzzindexzero
authored andcommitted
[dist] make tests work reliably, add package-lock.json
1 parent 8127575 commit 09dcb98

File tree

5 files changed

+3431
-24
lines changed

5 files changed

+3431
-24
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ notes
66
primus-proxy.js
77
tes.js
88
npm-debug.log
9+
.nyc_output

.travis.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "0.10"
5-
- "0.12"
6-
- "4.2"
74
- "6"
8-
9-
before_install:
10-
- travis_retry npm install -g [email protected]
11-
- travis_retry npm install
5+
- "8"
126

137
script:
148
- npm test

0 commit comments

Comments
 (0)