Skip to content

Commit

Permalink
Run the benchmark on various engines as part of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Dec 7, 2017
1 parent 5442220 commit 1606ce0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
language: node_js
node_js:
- "6"
- "7"
- "8"
script:
- npm test
- node dist/cli.js
- jsvu --os=linux64 --engines=all
- ~/.jsvu/chakra dist/cli.js
- # ~/.jsvu/javascriptcore dist/cli.js
- ~/.jsvu/spidermonkey dist/cli.js
- ~/.jsvu/v8 dist/cli.js
sudo: false
branches:
only:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"html-webpack-plugin": "^2.30.1",
"husky": "^0.14.3",
"jest": "^21.2.1",
"jsvu": "^1.0.3",
"lint-staged": "^4.3.0",
"node-libs-browser": "^2.1.0",
"os-browserify": "^0.3.0",
Expand Down

0 comments on commit 1606ce0

Please sign in to comment.