File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change
1
+ coverage /
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ before_script: greenkeeper-lockfile-update
12
12
script :
13
13
- yarn commitlint --from="$TRAVIS_BRANCH" --to="$TRAVIS_COMMIT"
14
14
- yarn commitlint --from=$TRAVIS_COMMIT
15
- - yarn test
15
+ - yarn lint && yarn test
16
16
after_script : greenkeeper-lockfile-upload
17
17
jobs :
18
18
include :
Original file line number Diff line number Diff line change @@ -14,11 +14,9 @@ const snapshotProcessor = require('./processors/snapshot-processor');
14
14
module . exports = {
15
15
configs : {
16
16
recommended : {
17
- plugins : [
18
- 'jest'
19
- ] ,
17
+ plugins : [ 'jest' ] ,
20
18
env : {
21
- 'jest/globals' : true
19
+ 'jest/globals' : true ,
22
20
} ,
23
21
rules : {
24
22
'jest/no-disabled-tests' : 'warn' ,
You can’t perform that action at this time.
0 commit comments