Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
origin-web-common
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Java-于龙
origin-web-common
Commits
be7b0058
Unverified
Commit
be7b0058
authored
Jan 22, 2018
by
Jessica Forrester
Committed by
GitHub
Jan 22, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #281 from TheRealJon/travis-browser-fix
Switch karma browser to Firefox for Travis
parents
518e296c
a8bb2b5a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
+1
-3
.travis.yml
.travis.yml
+0
-2
karma.conf.js
test/karma.conf.js
+1
-1
No files found.
.travis.yml
View file @
be7b0058
...
@@ -5,8 +5,6 @@ cache:
...
@@ -5,8 +5,6 @@ cache:
directories
:
directories
:
-
node_modules
-
node_modules
-
bower_components
-
bower_components
addons
:
chrome
:
stable
before_script
:
before_script
:
-
export DISPLAY=:99.0
-
export DISPLAY=:99.0
-
sh -e /etc/init.d/xvfb start
-
sh -e /etc/init.d/xvfb start
...
...
test/karma.conf.js
View file @
be7b0058
...
@@ -77,7 +77,7 @@ module.exports = function(config) {
...
@@ -77,7 +77,7 @@ module.exports = function(config) {
// - PhantomJS
// - PhantomJS
// - IE (only Windows)
// - IE (only Windows)
// CLI --browsers Chrome,Firefox,Safari
// CLI --browsers Chrome,Firefox,Safari
browsers
:
[
process
.
env
.
TRAVIS
?
'
Chrome
'
:
'Chrome'
],
browsers
:
[
process
.
env
.
TRAVIS
?
'
Firefox
'
:
'Chrome'
],
// If browser does not capture in given timeout [ms], kill it
// If browser does not capture in given timeout [ms], kill it
// CLI --capture-timeout 5000
// CLI --capture-timeout 5000
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment