Skip to content

Commit 4791fb8

Browse files
committed
run single
1 parent 79dc4bf commit 4791fb8

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
language: node_js
22
node_js:
33
- "6"
4-
- "7"
5-
- "8"
64
before_install:
75
- npm i -g npm@latest
86
before_script:
97
- echo now before script
108
after_script:
119
- echo now karma
12-
- karma start
10+
- npm run karma
1311
- echo now test finished

karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ module.exports = function (config) {
3333
},
3434

3535
browsers: [
36-
'Chrome',
37-
//'Firefox',
36+
//'Chrome',
37+
'Firefox',
3838
//'IE',
3939
//'PhantomJS',
4040
//'Edge',

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"karma": "npm run build && karma start",
1111
"push": "git add ./ && git commit && git pull && git push",
1212
"deploy": "npm run build && npm run push && npm publish",
13-
"foo": "phantomjs --version",
1413
"build/webpack": "cross-env NODE_ENV=prod webpack --env.foo=bar --profile --progress --config ./build/webpack.config.js"
1514
},
1615
"repository": {

0 commit comments

Comments
 (0)