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 1606ce0Copy full SHA for 1606ce0
.travis.yml
@@ -1,11 +1,14 @@
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
+ - ~/.jsvu/chakra dist/cli.js
9
+ - # ~/.jsvu/javascriptcore dist/cli.js
10
+ - ~/.jsvu/spidermonkey dist/cli.js
11
+ - ~/.jsvu/v8 dist/cli.js
12
sudo: false
13
branches:
14
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