Skip to content

Commit

Permalink
chore: add "pretest" for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Jul 14, 2020
1 parent fcb0555 commit b0b8f8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
language: node_js
node_js:
- 6
- 4
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"scripts": {
"build": "bundt",
"bench": "node bench",
"pretest": "npm run build",
"test": "tape test/*.js | tap-spec"
},
"keywords": [
Expand Down

0 comments on commit b0b8f8e

Please sign in to comment.