Skip to content

Commit 0282607

Browse files
committed
style(karma): cosmetic change
1 parent d553a25 commit 0282607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const customLaunchers = {
3535
},
3636
}
3737

38-
const isTravis = process.env.TRAVIS === 'true'
38+
const isTravis = process.env.TRAVIS === 'true'
3939
const isFirstJob = /\.1$/.test(process.env.TRAVIS_JOB_NUMBER)
4040

4141
const browsers = ['PhantomJS2']

0 commit comments

Comments
 (0)