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 7e9ab51 commit 7e9836cCopy full SHA for 7e9836c
.travis.yml
@@ -5,4 +5,5 @@ node_js:
5
git:
6
depth: 5
7
script:
8
- - yarn build
+ - yarn build
9
+ - yarn test-travis
package.json
@@ -12,7 +12,8 @@
12
"prebuild": "rimraf dist",
13
"start": "webpack-dev-server --open --config webpack.dev.babel.js",
14
"build": "webpack --config webpack.prod.babel.js",
15
- "test": "./node_modules/karma/bin/karma start karma.conf.js"
+ "test": "./node_modules/karma/bin/karma start karma.conf.js",
16
+ "test-travis": "./scripts/test-travis.sh"
17
},
18
"repository": {
19
"type": "git",
0 commit comments