Skip to content

Commit

Permalink
Upgrade Proof to 8.0.0-alpha.8.
Browse files Browse the repository at this point in the history
Closes #391.
  • Loading branch information
flatheadmill committed Oct 27, 2019
1 parent c95e94a commit e3b2fae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ branches:
- master
- travis-ci

before_install:
- npm install
- npm install istanbul coveralls
install:
- npm install --no-package-lock --no-save
- npm install -g nyc prove

script:
- nyc npm test
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
},
"devDependencies":
{
"proof": "3.0.x"
"proof": "8.0.0-alpha.8"
},
"main": "packet.js",
"scripts":
{
"test": "proof platform win32 && proof test */*/*.t.js || t/test"
"test": "proof t/*/*.t.js t/*/all/*.t.js t/*/inc/*.t.js t/*/bff/*.t.js"
}
}

0 comments on commit e3b2fae

Please sign in to comment.