Skip to content

Commit 5b64376

Browse files
committed
enable singleRun for travis
1 parent 89f1441 commit 5b64376

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

karma.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
};
7676

7777
if (process.env.TRAVIS) {
78-
configuration.browsers = ['Chrome_travis_ci'];
78+
configuration.browsers = ['Chrome_travis_ci'];
79+
configuration.singleRun = true;
7980
}
8081

8182
config.set(configuration);

0 commit comments

Comments
 (0)