We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5442220 commit 9e43838Copy full SHA for 9e43838
.travis.yml
@@ -1,11 +1,15 @@
1
language: node_js
2
node_js:
3
- - "6"
4
- - "7"
5
- "8"
6
script:
7
- npm test
8
- node dist/cli.js
+ - jsvu --os=linux64 --engines=all
+ - export PATH="$HOME/.jsvu:$PATH"
9
+ - chakra dist/cli.js
10
+ - # javascriptcore dist/cli.js
11
+ - spidermonkey dist/cli.js
12
+ - v8 dist/cli.js
13
sudo: false
14
branches:
15
only:
package.json
@@ -57,6 +57,7 @@
57
"html-webpack-plugin": "^2.30.1",
58
"husky": "^0.14.3",
59
"jest": "^21.2.1",
60
+ "jsvu": "^1.0.3",
61
"lint-staged": "^4.3.0",
62
"node-libs-browser": "^2.1.0",
63
"os-browserify": "^0.3.0",
0 commit comments