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 20, 2017
1 parent 5442220 commit f03b110
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 16 deletions.
42 changes: 26 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,33 @@
language: node_js
os:
- osx
- linux
node_js:
- "6"
- "7"
- "8"
- "6"
- "8"
- "9"
script:
- npm test
- node dist/cli.js
sudo: false
- npm test
- node dist/cli.js
- |
if [ "${TRAVIS_NODE_VERSION}" = "9" ]; then
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
fi
branches:
only:
only:
- master

deploy:
local_dir: dist
email: [email protected]
name: Benedikt Meurer
project_name: web-tooling-benchmark
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
on:
branch: master
local_dir: dist
email: [email protected]
name: Benedikt Meurer
project_name: web-tooling-benchmark
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
on:
branch: master
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.8",
"lint-staged": "^4.3.0",
"node-libs-browser": "^2.1.0",
"os-browserify": "^0.3.0",
Expand Down

0 comments on commit f03b110

Please sign in to comment.