Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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