diff --git a/.travis.yml b/.travis.yml index 777dd6c35c..dc24750137 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ language: dart sudo: false dart: - dev - - stable +# Disabled - re-enable once dev goes stable (see #1290). +# - stable env: - GEN_SDK_DOCS=true - GEN_SDK_DOCS=false diff --git a/testing/test_package_docs/fake/ExtraSpecialList/contains.html b/testing/test_package_docs/fake/ExtraSpecialList/contains.html index 93b50cb5f0..770c76b3d8 100644 --- a/testing/test_package_docs/fake/ExtraSpecialList/contains.html +++ b/testing/test_package_docs/fake/ExtraSpecialList/contains.html @@ -158,7 +158,7 @@
ExtraSpecialList
element, unless it has a more efficient way to find an element equal to element.

The equality used to determine whether element is equal to an element of -the iterable defaults to the Object.operator== of the element.

+the iterable defaults to the Object.== of the element.

Some types of iterable may have a different equality used for its elements. For example, a Set may have a custom equality (see Set.identical) that its contains uses. diff --git a/testing/test_package_docs/fake/SpecialList/contains.html b/testing/test_package_docs/fake/SpecialList/contains.html index cdc7358c84..2c77d6ae46 100644 --- a/testing/test_package_docs/fake/SpecialList/contains.html +++ b/testing/test_package_docs/fake/SpecialList/contains.html @@ -158,7 +158,7 @@

SpecialList
element, unless it has a more efficient way to find an element equal to element.

The equality used to determine whether element is equal to an element of -the iterable defaults to the Object.operator== of the element.

+the iterable defaults to the Object.== of the element.

Some types of iterable may have a different equality used for its elements. For example, a Set may have a custom equality (see Set.identical) that its contains uses.