Skip to content

Commit de67b0a

Browse files
author
nsthorat
committed
yarn test-travis from .travis.yml
1 parent a113cbb commit de67b0a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ node_js:
55
git:
66
depth: 5
77
script:
8-
- yarn build
8+
- yarn build
9+
- yarn test-travis

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"prebuild": "rimraf dist",
1313
"start": "webpack-dev-server --open --config webpack.dev.babel.js",
1414
"build": "webpack --config webpack.prod.babel.js",
15-
"test": "./node_modules/karma/bin/karma start karma.conf.js"
15+
"test": "./node_modules/karma/bin/karma start karma.conf.js",
16+
"test-travis": "./scripts/test-travis.sh"
1617
},
1718
"repository": {
1819
"type": "git",

0 commit comments

Comments
 (0)