Skip to content

Commit

Permalink
Try e2e on firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Christof committed Jun 4, 2014
1 parent 97ef9e2 commit 1a1eedd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions protractor-config-travis.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ exports.config = {
'platform': 'Windows 7',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
}, {
'browserName': 'firefox',
'version': '26',
'platform': 'Windows 7',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
}
/*, {
'browserName': 'firefox',
Expand Down

0 comments on commit 1a1eedd

Please sign in to comment.