Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
Update tested browsers
Browse files Browse the repository at this point in the history
Removing (no longer supported by SauceLabs):
- Safari 5
- iOS 4.3

Adding:
- Firefox 38 ESR
- Andriod 5.1
  • Loading branch information
scothis committed Aug 24, 2015
1 parent c3ba346 commit 1813f97
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 44 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ matrix:
script: 'npm run-script sauceme'
env:
- BROWSERS=test/browsers/firefox.json
- node_js: '0.10'
script: 'npm run-script sauceme'
env:
- BROWSERS=test/browsers/firefox-38.json
- node_js: '0.10'
script: 'npm run-script sauceme'
env:
Expand Down Expand Up @@ -85,10 +89,6 @@ matrix:
script: 'npm run-script sauceme'
env:
- BROWSERS=test/browsers/safari-6.json
- node_js: '0.10'
script: 'npm run-script sauceme'
env:
- BROWSERS=test/browsers/safari-5.json
- node_js: '0.10'
script: 'npm run-script sauceme'
env:
Expand Down Expand Up @@ -128,7 +128,7 @@ matrix:
- node_js: '0.10'
script: 'npm run-script sauceme'
env:
- BROWSERS=test/browsers/ios-4.3.json
- BROWSERS=test/browsers/android-5.1.json
- node_js: '0.10'
script: 'npm run-script sauceme'
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Change Log
----------

.next
- nothing yet
- Update tested browsers. Removing Safari 5 and iOS 4.3 (no longer supported by SauceLabs). Adding Firefox 38 ESR and Andriod 5.1.

1.3.1
- fix to allow numbers and boolean values as parameters to URI Template expansion.
Expand Down
36 changes: 0 additions & 36 deletions test/browsers/all.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
// we don't really care about the platform, but without it the browser may fail to resolve
{ browserName: 'ipad', version: '4.3', platform: 'Mac 10.6' }
{ browserName: 'android', version: '5.1', platform: 'Linux' }
]
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
// we don't really care about the platform, but without it the browser may fail to resolve
{ browserName: 'safari', version: '5', platform: 'Mac 10.6' }
{ browserName: 'firefox', version: '38', platform: 'Windows 10' }
]

0 comments on commit 1813f97

Please sign in to comment.