Skip to content

Commit

Permalink
[dist] make tests work reliably, add package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrugzz committed Apr 19, 2018
1 parent 8127575 commit f611880
Show file tree
Hide file tree
Showing 5 changed files with 3,431 additions and 24 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,3 +6,4 @@ notes
primus-proxy.js
tes.js
npm-debug.log
.nyc_output
8 changes: 1 addition & 7 deletions .travis.yml
@@ -1,14 +1,8 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "4.2"
- "6"

before_install:
- travis_retry npm install -g npm@2.14.5
- travis_retry npm install
- "8"

script:
- npm test
Expand Down

0 comments on commit f611880

Please sign in to comment.