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

Commit

Permalink
Remove failing-to-conenct Firefox Dev Sauce Labs config
Browse files Browse the repository at this point in the history
  • Loading branch information
ericf committed Nov 24, 2015
1 parent 992cc23 commit f00a9ad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
5 changes: 0 additions & 5 deletions Gruntfile.js
Expand Up @@ -78,11 +78,6 @@ module.exports = function (grunt) {
platform: 'Windows 10',
version: 'beta'
},
{
browserName: 'firefox',
platform: 'Windows 10',
version: 'dev'
},

// IE/Edge
{
Expand Down
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,7 @@ Intl Format Cache
A memoizer factory for Intl format constructors.

[![npm Version][npm-badge]][npm]
[![Build Status][travis-badge]][travis]
[![Dependency Status][david-badge]][david]


Expand Down Expand Up @@ -60,6 +61,8 @@ See the [LICENSE file][LICENSE] for license text and copyright information.
[npm-badge]: https://img.shields.io/npm/v/intl-format-cache.svg?style=flat-square
[david]: https://david-dm.org/yahoo/intl-format-cache
[david-badge]: https://img.shields.io/david/yahoo/intl-format-cache.svg?style=flat-square
[travis]: https://travis-ci.org/yahoo/intl-format-cache
[travis-badge]: https://img.shields.io/travis/yahoo/intl-format-cache/master.svg?style=flat-square
[Intl]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl
[Intl-NF]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat
[Intl-DTF]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -7,10 +7,10 @@
"scripts": {
"prepublish": "grunt",
"browserify": "browserify index.js -s memoizeFormatConstructor > tmp/intl-format-cache.js",
"test:browser": "npm run browserify && grunt saucelabs",
"test:saucelabs": "npm run browserify && grunt saucelabs",
"test:unit": "mocha --require test/setup/node-unit --recursive test/unit/",
"test": "npm run test:unit",
"travis": "npm test && npm run test:browser"
"travis": "npm test && npm run test:saucelabs"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion test/setup/saucelabs-unit.sh
Expand Up @@ -24,4 +24,4 @@ fi
echo build $build

echo
npm run test:browser
npm run test:saucelabs

0 comments on commit f00a9ad

Please sign in to comment.