]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
9 years ago.page => .page-item 18110/head
Chris Rebert [Tue, 8 Dec 2015 06:24:50 +0000 (22:24 -0800)] 
.page => .page-item

9 years agoRefactor pagination code to remove unnecessary ancestor requirements in selectors
Chris Rebert [Fri, 30 Oct 2015 05:24:25 +0000 (22:24 -0700)] 
Refactor pagination code to remove unnecessary ancestor requirements in selectors

9 years ago.page>{a,span => .page-link}
Chris Rebert [Fri, 30 Oct 2015 05:03:06 +0000 (22:03 -0700)] 
.page>{a,span => .page-link}

9 years ago.pagination>{li => .page}
Chris Rebert [Fri, 30 Oct 2015 04:51:31 +0000 (21:51 -0700)] 
.pagination>{li => .page}

9 years agoignore that
Mark Otto [Tue, 8 Dec 2015 06:31:16 +0000 (22:31 -0800)] 
ignore that

9 years agogrunt
Mark Otto [Tue, 8 Dec 2015 06:11:27 +0000 (22:11 -0800)] 
grunt

9 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Tue, 8 Dec 2015 06:10:38 +0000 (22:10 -0800)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

9 years agofixes #18293: clean up sticky stuff
Mark Otto [Tue, 8 Dec 2015 06:05:37 +0000 (22:05 -0800)] 
fixes #18293: clean up sticky stuff

9 years agoMerge pull request #18325 from twbs/tooltip-a-nowrap
Mark Otto [Tue, 8 Dec 2015 05:58:35 +0000 (21:58 -0800)] 
Merge pull request #18325 from twbs/tooltip-a-nowrap

Prevent anchors in tooltip example from splitting across lines

9 years agofixes #18330
Mark Otto [Tue, 8 Dec 2015 05:57:06 +0000 (21:57 -0800)] 
fixes #18330

9 years agoMerge pull request #18356 from lesleh/card-mixin
Mark Otto [Tue, 8 Dec 2015 05:55:26 +0000 (21:55 -0800)] 
Merge pull request #18356 from lesleh/card-mixin

Card mixin

9 years agofixes #18281
Mark Otto [Tue, 8 Dec 2015 05:51:04 +0000 (21:51 -0800)] 
fixes #18281

9 years agofixes #18320: pull in suit base reset for button focus styles in FF and IE
Mark Otto [Tue, 8 Dec 2015 05:47:40 +0000 (21:47 -0800)] 
fixes #18320: pull in suit base reset for button focus styles in FF and IE

9 years agospacing
Mark Otto [Tue, 8 Dec 2015 05:46:03 +0000 (21:46 -0800)] 
spacing

9 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Tue, 8 Dec 2015 05:35:15 +0000 (21:35 -0800)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

9 years agogrunt
Mark Otto [Tue, 8 Dec 2015 05:35:05 +0000 (21:35 -0800)] 
grunt

9 years agoproper fix for #18439 w/ clippy placement and hover
Mark Otto [Tue, 8 Dec 2015 05:35:00 +0000 (21:35 -0800)] 
proper fix for #18439 w/ clippy placement and hover

9 years agoMerge pull request #18455 from twbs/fix-18424
Chris Rebert [Tue, 8 Dec 2015 04:48:56 +0000 (20:48 -0800)] 
Merge pull request #18455 from twbs/fix-18424

Use $input-border-width for both .form-control and .btn borders

9 years agoUse $input-btn-border-width for both .form-control and .btn borders; fixes #18424 18455/head
Chris Rebert [Mon, 7 Dec 2015 10:07:35 +0000 (02:07 -0800)] 
Use $input-btn-border-width for both .form-control and .btn borders; fixes #18424

Both widgets need to use the same border width because of input groups.
Thus:
$btn-border-width   => $input-btn-border-width
$input-border-width => $input-btn-border-width

[skip sauce]

9 years agoMerge pull request #18460 from twbs/migration-stateful-btn
Chris Rebert [Tue, 8 Dec 2015 01:02:48 +0000 (17:02 -0800)] 
Merge pull request #18460 from twbs/migration-stateful-btn

Add entry about stateful buttons to v4 migration guide

9 years agoAdd entry about stateful buttons to v4 migration guide 18460/head
Chris Rebert [Tue, 8 Dec 2015 00:48:22 +0000 (16:48 -0800)] 
Add entry about stateful buttons to v4 migration guide

Refs #18459, #17178
[skip sauce]

9 years agoConsolidate duplicate "Buttons" section in v4 migration docs
Chris Rebert [Tue, 8 Dec 2015 00:30:12 +0000 (16:30 -0800)] 
Consolidate duplicate "Buttons" section in v4 migration docs

[skip sauce]

9 years agogrunt
Mark Otto [Mon, 7 Dec 2015 18:08:39 +0000 (10:08 -0800)] 
grunt

9 years agofixes #17433: improve borders on .list-group-flush to remove dupe borders when appropro
Mark Otto [Mon, 7 Dec 2015 18:05:53 +0000 (10:05 -0800)] 
fixes #17433: improve borders on .list-group-flush to remove dupe borders when appropro

9 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Mon, 7 Dec 2015 17:25:28 +0000 (09:25 -0800)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

9 years agogrunt
Mark Otto [Mon, 7 Dec 2015 17:24:54 +0000 (09:24 -0800)] 
grunt

9 years agoMerge pull request #18453 from twbs/wkbug-151933
Chris Rebert [Mon, 7 Dec 2015 09:17:20 +0000 (01:17 -0800)] 
Merge pull request #18453 from twbs/wkbug-151933

Add Wall of Browser Bugs entry related to #16028

9 years agoAdd Wall of Browser Bugs entry related to #16028 18453/head
Chris Rebert [Mon, 7 Dec 2015 09:09:56 +0000 (01:09 -0800)] 
Add Wall of Browser Bugs entry related to #16028

https://bugs.webkit.org/show_bug.cgi?id=151933

[skip sauce]

9 years agoMerge pull request #18452 from twbs/font-weight-utils
Chris Rebert [Mon, 7 Dec 2015 08:14:51 +0000 (00:14 -0800)] 
Merge pull request #18452 from twbs/font-weight-utils

Tweak naming and docs of font utility classes

9 years agoTweak naming and docs of font utility classes 18452/head
Chris Rebert [Mon, 7 Dec 2015 01:43:25 +0000 (17:43 -0800)] 
Tweak naming and docs of font utility classes

* `.font-normal` is too generic. Rename it to `.font-weight-normal` for clarity.
* Rename `.font-bold` to `.font-weight-bold` so as to parallel `.font-weight-normal`.
* In docs, gloss "weight" term in relation to fonts for the benefit of non-typographiles.

Refs #18433

[skip sauce]

9 years agoMerge pull request #18451 from twbs/navbar-form-migrate
Mark Otto [Mon, 7 Dec 2015 07:50:32 +0000 (23:50 -0800)] 
Merge pull request #18451 from twbs/navbar-form-migrate

Add .navbar-form entry to v4 migration docs

9 years agolinks and clarification in navbar docs
Mark Otto [Mon, 7 Dec 2015 06:47:23 +0000 (22:47 -0800)] 
links and clarification in navbar docs

9 years agostub out some more of the navbar docs to include navbar-nav options and navbar-brand...
Mark Otto [Mon, 7 Dec 2015 06:34:06 +0000 (22:34 -0800)] 
stub out some more of the navbar docs to include navbar-nav options and navbar-brand options

9 years agoFix .font-italic utility class definition
Chris Rebert [Mon, 7 Dec 2015 01:37:55 +0000 (17:37 -0800)] 
Fix .font-italic utility class definition

Erratum from 26da610bd03e7efe9255b2b88f14449972f7d616
Refs #18001

9 years agoAdd .navbar-form entry to v4 migration docs; refs #18087 18451/head
Chris Rebert [Mon, 7 Dec 2015 01:31:27 +0000 (17:31 -0800)] 
Add .navbar-form entry to v4 migration docs; refs #18087

[skip sauce]

9 years agoRemove .navbar-form from example pages; refs #18087
Chris Rebert [Mon, 7 Dec 2015 01:30:25 +0000 (17:30 -0800)] 
Remove .navbar-form from example pages; refs #18087

[skip sauce]

9 years agofix up navbar examples with proper coloring
Mark Otto [Mon, 7 Dec 2015 01:09:49 +0000 (17:09 -0800)] 
fix up navbar examples with proper coloring

9 years agofixes #18087: .navbar-form is no more
Mark Otto [Mon, 7 Dec 2015 00:59:33 +0000 (16:59 -0800)] 
fixes #18087: .navbar-form is no more

9 years agofixes #18425 by using vars for 1px borders
Mark Otto [Mon, 7 Dec 2015 00:45:40 +0000 (16:45 -0800)] 
fixes #18425 by using vars for 1px borders

9 years agofixes #18436
Mark Otto [Mon, 7 Dec 2015 00:41:38 +0000 (16:41 -0800)] 
fixes #18436

9 years agofixes #18433: add three new font utils
Mark Otto [Mon, 7 Dec 2015 00:39:55 +0000 (16:39 -0800)] 
fixes #18433: add three new font utils

9 years agoMerge pull request #18426 from twbs/label-reboot-comment-grammar
Mark Otto [Mon, 7 Dec 2015 00:29:56 +0000 (16:29 -0800)] 
Merge pull request #18426 from twbs/label-reboot-comment-grammar

Fix grammar of comment for <label> in Reboot

9 years agoMerge branch 'list-inline-padding' into v4-dev
Mark Otto [Mon, 7 Dec 2015 00:29:35 +0000 (16:29 -0800)] 
Merge branch 'list-inline-padding' into v4-dev

9 years agoMerge pull request #18450 from twbs/more-font-weight-vars
Mark Otto [Mon, 7 Dec 2015 00:24:31 +0000 (16:24 -0800)] 
Merge pull request #18450 from twbs/more-font-weight-vars

Add 3 more font-weight variables

9 years agoAdd 3 more font-weight variables 18450/head
Chris Rebert [Sun, 6 Dec 2015 20:28:15 +0000 (12:28 -0800)] 
Add 3 more font-weight variables

Refs #14368

[skip sauce]
[skip validator]

9 years agoGrunt: Factor out new docs-github task
Chris Rebert [Sun, 6 Dec 2015 20:11:10 +0000 (12:11 -0800)] 
Grunt: Factor out new docs-github task

Ports #18445 to v4.

[skip sauce]
[skip validator]

9 years agoFix grammar in "Custom forms" docs
Chris Rebert [Sun, 6 Dec 2015 20:08:01 +0000 (12:08 -0800)] 
Fix grammar in "Custom forms" docs

[ci skip]

9 years agoDocs: Fix flavor text in input group example that got borked at some point
Chris Rebert [Sun, 6 Dec 2015 20:02:54 +0000 (12:02 -0800)] 
Docs: Fix flavor text in input group example that got borked at some point

[skip sauce]

9 years agoMerge pull request #18448 from twbs/bugzilla-1139853
Chris Rebert [Sun, 6 Dec 2015 11:08:27 +0000 (03:08 -0800)] 
Merge pull request #18448 from twbs/bugzilla-1139853

Add Wall of Browser Bugs entry for #15990

9 years agoAdd Wall of Browser Bugs entry for #15990 18448/head
Chris Rebert [Sun, 6 Dec 2015 11:02:40 +0000 (03:02 -0800)] 
Add Wall of Browser Bugs entry for #15990

https://bugzilla.mozilla.org/show_bug.cgi?id=1139853
[skip sauce]

9 years agoMerge pull request #18447 from twbs/moz-meta-bug
Chris Rebert [Sun, 6 Dec 2015 10:27:03 +0000 (02:27 -0800)] 
Merge pull request #18447 from twbs/moz-meta-bug

Mention Mozilla Firefox meta-bug on Wall of Browser Bugs

9 years agoMention Mozilla Firefox meta-bug on Wall of Browser Bugs 18447/head
Chris Rebert [Sun, 6 Dec 2015 10:06:55 +0000 (02:06 -0800)] 
Mention Mozilla Firefox meta-bug on Wall of Browser Bugs

https://bugzilla.mozilla.org/show_bug.cgi?id=1230801

[skip sauce]

9 years agoMerge pull request #18442 from vsn4ik/v4-dev-form-icon-default
Chris Rebert [Sun, 6 Dec 2015 01:50:08 +0000 (17:50 -0800)] 
Merge pull request #18442 from vsn4ik/v4-dev-form-icon-default

Use !default on $form-icon-* variables

9 years agov4 - Add default param for form-icon variables 18442/head
vsn4ik [Sat, 5 Dec 2015 18:32:25 +0000 (21:32 +0300)] 
v4 - Add default param for form-icon variables

9 years agoRun `grunt`.
XhmikosR [Sat, 5 Dec 2015 10:59:13 +0000 (12:59 +0200)] 
Run `grunt`.

[ci skip]

9 years agoFix version numbers is JS files; fixes #18435
Chris Rebert [Sat, 5 Dec 2015 10:19:21 +0000 (02:19 -0800)] 
Fix version numbers is JS files; fixes #18435

[skip sauce]
[skip validator]

9 years agopackage.json: fix duplicate scripts property.
XhmikosR [Sat, 5 Dec 2015 10:06:57 +0000 (12:06 +0200)] 
package.json: fix duplicate scripts property.

[skip sauce]
[skip validator]

9 years agoMerge pull request #18431 from twbs/v4-dev-xmr-docs-library-updates
XhmikosR [Sat, 5 Dec 2015 09:44:19 +0000 (11:44 +0200)] 
Merge pull request #18431 from twbs/v4-dev-xmr-docs-library-updates

V4 dev docs library updates

9 years agoRun `grunt`. 18431/head
XhmikosR [Sat, 5 Dec 2015 07:15:18 +0000 (09:15 +0200)] 
Run `grunt`.

[ci skip]

9 years agoUpdate clipboard.js to v1.5.5.
XhmikosR [Sat, 5 Dec 2015 07:14:17 +0000 (09:14 +0200)] 
Update clipboard.js to v1.5.5.

[ci skip]

9 years agoUpdate anchor.js to v2.0.0.
XhmikosR [Sat, 5 Dec 2015 07:06:04 +0000 (09:06 +0200)] 
Update anchor.js to v2.0.0.

[ci skip]

9 years agoMerge pull request #18434 from twbs/update-shrinkwrap
Chris Rebert [Sat, 5 Dec 2015 09:36:59 +0000 (01:36 -0800)] 
Merge pull request #18434 from twbs/update-shrinkwrap

Update shrinkwrap

9 years agoMerge pull request #18432 from twbs/v4-dev-xmr-jekyll-search
XhmikosR [Sat, 5 Dec 2015 09:32:49 +0000 (11:32 +0200)] 
Merge pull request #18432 from twbs/v4-dev-xmr-jekyll-search

Fix docs/search.json.

9 years agoFix docs/search.json. 18432/head
XhmikosR [Sat, 5 Dec 2015 08:18:18 +0000 (10:18 +0200)] 
Fix docs/search.json.

* only loop through `html_pages`
* skip pages without a title
* stop double escaping the title; use Jekyll's `jsonify` filter to output valid JSON
* remove `date` since we don't use it

[skip sauce]

9 years agoUpdate shrinkwrap 18434/head
Chris Rebert [Sat, 5 Dec 2015 09:28:33 +0000 (01:28 -0800)] 
Update shrinkwrap

9 years agoMerge pull request #18402 from twbs/fix-18338
Chris Rebert [Sat, 5 Dec 2015 09:11:09 +0000 (01:11 -0800)] 
Merge pull request #18402 from twbs/fix-18338

s/grunt-sed/npm script/

9 years agoMerge pull request #18378 from twbs/prefix-safari-8
XhmikosR [Sat, 5 Dec 2015 09:05:33 +0000 (11:05 +0200)] 
Merge pull request #18378 from twbs/prefix-safari-8

Bump Safari to v8 in Autoprefixer settings

9 years agoBump Safari to v8 in Autoprefixer settings 18378/head
Chris Rebert [Mon, 30 Nov 2015 00:52:53 +0000 (16:52 -0800)] 
Bump Safari to v8 in Autoprefixer settings

The latest OS X Safari version is 9.0.1
Our prefixing policy dictates that we prefix 1 version back from the latest version.
9.0.1 - 1_major_version = 8.0

[skip validator]

9 years agos/grunt-sed/npm script/ ; fixes #18338 18402/head
Chris Rebert [Wed, 2 Dec 2015 04:25:09 +0000 (20:25 -0800)] 
s/grunt-sed/npm script/ ; fixes #18338

[skip sauce]
[skip validator]

9 years agoMerge pull request #18379 from twbs/prefix-ios-8
XhmikosR [Sat, 5 Dec 2015 08:38:29 +0000 (10:38 +0200)] 
Merge pull request #18379 from twbs/prefix-ios-8

Bump iOS to v8 in Autoprefixer settings

9 years agoMerge pull request #18391 from twbs/double-bitwise-not-comment
XhmikosR [Sat, 5 Dec 2015 08:37:27 +0000 (10:37 +0200)] 
Merge pull request #18391 from twbs/double-bitwise-not-comment

util.js: Add comment explaining ~~ trick

9 years agoMerge pull request #18395 from twbs/scsslint-pseudo-elems
XhmikosR [Sat, 5 Dec 2015 08:29:18 +0000 (10:29 +0200)] 
Merge pull request #18395 from twbs/scsslint-pseudo-elems

SCSS Lint: explicitly enable PseudoElement check

9 years agoUpdate jekyll-search.min.js to v1.0.9.
XhmikosR [Fri, 4 Dec 2015 17:27:46 +0000 (19:27 +0200)] 
Update jekyll-search.min.js to v1.0.9.

Fixes the IE 9 error.

[ci skip]

9 years agoRename jekyll-search.js to reflect that it's minified.
XhmikosR [Fri, 4 Dec 2015 17:14:52 +0000 (19:14 +0200)] 
Rename jekyll-search.js to reflect that it's minified.

[ci skip]

9 years agoMerge pull request #18427 from twbs/btn-group-18425
Chris Rebert [Fri, 4 Dec 2015 10:12:51 +0000 (02:12 -0800)] 
Merge pull request #18427 from twbs/btn-group-18425

Use $border-width for .btn-group margins that make borders overlap

9 years agoAdd $list-inline-padding variable 18428/head
Chris Rebert [Fri, 4 Dec 2015 09:56:49 +0000 (01:56 -0800)] 
Add $list-inline-padding variable

[skip sauce]
[skip validator]

9 years agoFix grammar of comment for <label> in Reboot 18426/head
Chris Rebert [Fri, 4 Dec 2015 09:46:45 +0000 (01:46 -0800)] 
Fix grammar of comment for <label> in Reboot

9 years agoUse $border-width for .btn-group margins that make borders overlap 18427/head
Chris Rebert [Fri, 4 Dec 2015 09:42:18 +0000 (01:42 -0800)] 
Use $border-width for .btn-group margins that make borders overlap

Fixes half of #18425
[skip sauce]
[skip validator]

9 years agoMerge pull request #18423 from twbs/unmin-local-docs
Chris Rebert [Fri, 4 Dec 2015 09:18:57 +0000 (01:18 -0800)] 
Merge pull request #18423 from twbs/unmin-local-docs

Use non-minified CSS when running docs locally

9 years agoUse non-minified CSS when running docs locally 18423/head
Chris Rebert [Fri, 4 Dec 2015 08:44:33 +0000 (00:44 -0800)] 
Use non-minified CSS when running docs locally

For easier debugging.
Just like we already do for the JS.

[skip sauce]

9 years agoRun `grunt`.
XhmikosR [Thu, 3 Dec 2015 06:51:57 +0000 (08:51 +0200)] 
Run `grunt`.

[ci skip]

9 years agoUpdate grunt-jscs.
XhmikosR [Thu, 3 Dec 2015 06:51:44 +0000 (08:51 +0200)] 
Update grunt-jscs.

9 years agoTweak ESLint rules.
XhmikosR [Thu, 12 Nov 2015 19:21:32 +0000 (21:21 +0200)] 
Tweak ESLint rules.

9 years agotests: bump QUnit to v1.20.0.
XhmikosR [Mon, 26 Oct 2015 21:54:22 +0000 (23:54 +0200)] 
tests: bump QUnit to v1.20.0.

[skip validator]

9 years agoAdd back grunt-contrib-compress.
XhmikosR [Mon, 16 Nov 2015 16:05:29 +0000 (18:05 +0200)] 
Add back grunt-contrib-compress.

Should automate the release process.

[ci skip]

9 years agoMerge pull request #18401 from tpoulos/patch-1
Patrick H. Lauke [Wed, 2 Dec 2015 01:25:49 +0000 (01:25 +0000)] 
Merge pull request #18401 from tpoulos/patch-1

Proposed better phrasing in the "images" section

9 years agoProposed better phrasing in the "images" section 18401/head
Taylor Poulos [Wed, 2 Dec 2015 00:21:12 +0000 (19:21 -0500)] 
Proposed better phrasing in the "images" section

Previously, this read "Bootstrap doesn’t apply this automatically as it causes complications to other image formats."

In this sentence, the number of the subject and the verb don't agree, and the word "this" is unclear.

9 years agoSCSS Lint: enable PseudoElement check 18395/head
Chris Rebert [Tue, 1 Dec 2015 10:05:37 +0000 (02:05 -0800)] 
SCSS Lint: enable PseudoElement check

9 years agoutil.js: Add comment explaining ~~ trick 18391/head
Chris Rebert [Tue, 1 Dec 2015 07:47:56 +0000 (23:47 -0800)] 
util.js: Add comment explaining ~~ trick

[skip sauce]
[skip validator]

9 years agoBump scss_lint to v0.43.2.
XhmikosR [Tue, 1 Dec 2015 06:47:38 +0000 (08:47 +0200)] 
Bump scss_lint to v0.43.2.

9 years agoBump gems.
XhmikosR [Mon, 23 Nov 2015 07:35:08 +0000 (09:35 +0200)] 
Bump gems.

[skip sauce]

9 years agoMerge pull request #18388 from vsn4ik/v4-dev-fix-responsive-classes-migration
Chris Rebert [Tue, 1 Dec 2015 00:06:23 +0000 (16:06 -0800)] 
Merge pull request #18388 from vsn4ik/v4-dev-fix-responsive-classes-migration

Fix classes for responsive floats in migration

9 years agoFix classes for responsive floats in migration 18388/head
vsn4ik [Mon, 30 Nov 2015 22:01:02 +0000 (01:01 +0300)] 
Fix classes for responsive floats in migration

See a8dc4812a49d8467e8642abb510b523a9a51cd48#commitcomment-14677726

[skip sauce]

9 years agoMerge pull request #18383 from twbs/sauce-ms-edge
Chris Rebert [Mon, 30 Nov 2015 08:07:43 +0000 (00:07 -0800)] 
Merge pull request #18383 from twbs/sauce-ms-edge

Add MS Edge to Sauce browser tests

9 years agoBump iOS to v8 in Autoprefixer settings 18379/head
Chris Rebert [Mon, 30 Nov 2015 01:03:14 +0000 (17:03 -0800)] 
Bump iOS to v8 in Autoprefixer settings

The latest iOS version is 9.1
Our prefixing policy dictates that we prefix 1 version back from the latest version.
9.1 - 1_major_version = 8.0

[skip validator]

9 years agoPrevent anchors in tooltip example from splitting across lines 18325/head
Chris Rebert [Tue, 24 Nov 2015 08:15:17 +0000 (00:15 -0800)] 
Prevent anchors in tooltip example from splitting across lines

So as to decrease the number of future inquiries about said edge case (which is already documented).
Refs #18304
[skip sauce]

9 years agoAdd MS Edge to Sauce browser tests 18383/head
Chris Rebert [Mon, 30 Nov 2015 07:51:11 +0000 (23:51 -0800)] 
Add MS Edge to Sauce browser tests

[skip validator]

9 years agoMerge pull request #18377 from twbs/sauce-ios-9.1
Chris Rebert [Mon, 30 Nov 2015 07:47:44 +0000 (23:47 -0800)] 
Merge pull request #18377 from twbs/sauce-ios-9.1

SauceLabs tests: Bump iOS to v9.1

9 years agoSauceLabs tests: Bump iOS to v9.1 18377/head
Chris Rebert [Mon, 30 Nov 2015 00:42:22 +0000 (16:42 -0800)] 
SauceLabs tests: Bump iOS to v9.1

[skip validator]

9 years agoMerge pull request #18376 from twbs/travis-disable-caching
Chris Rebert [Mon, 30 Nov 2015 07:20:57 +0000 (23:20 -0800)] 
Merge pull request #18376 from twbs/travis-disable-caching

Travis CI: Temporarily disable caching