Skip to content

Commit

Permalink
Run bench in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz committed Oct 30, 2020
1 parent defa7a2 commit 87af71d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 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,7 @@ script:
- yarn format:check
- yarn build:prod
- yarn test
- yarn bench -c 062041a39eff50db57ad3dd3a3742a4f11e53cb9:v3.1.0 -c 538c008283a10cfca78b20ae82765028a8a751f2:master -c c017f2be702dda219dc98df2ca2cc85f4795e469:basic -c 1892e2944e907868fa4b62f500acd32f2ad8f67e:shared-arrays
after_success:
- yarn coverage
stages:
Expand Down

0 comments on commit 87af71d

Please sign in to comment.