Skip to content

Commit aa6ce1b

Browse files
committed
test(travis): fixing travis config to use firefox
1 parent e97f1c9 commit aa6ce1b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ after_success:
1616
branches:
1717
except:
1818
- "/^v\\d+\\.\\d+\\.\\d+$/"
19+
before_script:
20+
- export DISPLAY=:99.0
21+
- sh -e /etc/init.d/xvfb start

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module.exports = function(config) {
7575
singleRun: true,
7676

7777
// Concurrency level
78-
// how many browser should be started simultanous
78+
// how many browser should be started simultaneous
7979
concurrency: Infinity
8080
})
8181
};

0 commit comments

Comments
 (0)