Skip to content

Commit

Permalink
feat: travis添加
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaran113 committed Nov 23, 2018
1 parent 317e486 commit 296dc76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -8,3 +8,4 @@ install:

script:
- npm run lint
- npm run test:pre
5 changes: 3 additions & 2 deletions test/karma.conf.js
Expand Up @@ -14,9 +14,10 @@ module.exports = function (config) {
config.singleRun = true; // eslint-disable-line

browserName = 'ChromeHeadless';
} else {
reporters.push('coveralls');
}
// } else {
// reporters.push('coveralls');
// }

config.set({

Expand Down

0 comments on commit 296dc76

Please sign in to comment.