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
a8bb2b5a
Commit
a8bb2b5a
authored
Jan 22, 2018
by
Jon Jackson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch karma browser to Firefox for Travis
parent
518e296c
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 @
a8bb2b5a
...
...
@@ -5,8 +5,6 @@ cache:
directories
:
-
node_modules
-
bower_components
addons
:
chrome
:
stable
before_script
:
-
export DISPLAY=:99.0
-
sh -e /etc/init.d/xvfb start
...
...
test/karma.conf.js
View file @
a8bb2b5a
...
...
@@ -77,7 +77,7 @@ module.exports = function(config) {
// - PhantomJS
// - IE (only Windows)
// 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
// 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