Skip to content

Commit

Permalink
Merge ad0f3df into 538c008
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz committed Nov 2, 2020
2 parents 538c008 + ad0f3df commit 20a24f3
Show file tree
Hide file tree
Showing 15 changed files with 1,101 additions and 180 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
language: node_js
node_js:
- "15"
- "14"
- "13"
- "12"
- "11"
- "10"
cache:
directories:
Expand All @@ -11,6 +14,9 @@ script:
- yarn format:check
- yarn build:prod
- yarn test
- git fetch --unshallow
- yarn bench -v -c 062041a39eff50db57ad3dd3a3742a4f11e53cb9:v3.1.0 -c 538c008283a10cfca78b20ae82765028a8a751f2:master -c c017f2be702dda219dc98df2ca2cc85f4795e469:basic -c 1892e2944e907868fa4b62f500acd32f2ad8f67e:shared-arrays
- yarn bench -v -c 538c008283a10cfca78b20ae82765028a8a751f2:master -c 062041a39eff50db57ad3dd3a3742a4f11e53cb9:v3.1.0
after_success:
- yarn coverage
stages:
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
"@types/jest": "^26.0.4",
"@types/node": "^14.0.13",
"benchmark": "^2.1.4",
"chalk": "^4.1.0",
"console-table-printer": "2.4.11",
"coveralls": "^3.0.9",
"fast-check": "^2.0.0",
"glob": "^7.1.6",
Expand All @@ -50,7 +52,8 @@
"source-map-support": "^0.5.16",
"ts-jest": "^26.1.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
"typescript": "^4.0.2",
"yargs": "^16.0.3"
},
"keywords": [
"pure random",
Expand Down
Loading

0 comments on commit 20a24f3

Please sign in to comment.