From 2e37dbc72434ef31cb590594195b95513b0183eb Mon Sep 17 00:00:00 2001 From: Aaron Lademann Date: Wed, 18 Oct 2017 07:23:27 -0700 Subject: [PATCH 1/2] Remove unnecessary dependency on sass package --- pubspec.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 9b73a7b0..8e1a4394 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -23,7 +23,6 @@ dependencies: platform_detect: ^1.3.2 resource: '>=1.0.0 <3.0.0' rxdart: ^0.12.0 - sass: ^0.4.2 uuid: ^0.5.0 webdriver: ^1.0.0 yaml: ^2.1.0 @@ -34,7 +33,7 @@ dev_dependencies: dartdoc: ^0.13.0 dart_style: ^1.0.7 test: ^0.12.24 - + executables: dart_dev: From 122316470fe20d3cf7462d655a8b7ff7f571eef3 Mon Sep 17 00:00:00 2001 From: Aaron Lademann Date: Wed, 18 Oct 2017 09:25:49 -0700 Subject: [PATCH 2/2] Attempt to fix travis build + Workaround for https://github.com/travis-ci/travis-ci/issues/8607 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index f979b40d..b9abcbb2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,8 @@ addons: - fonts-tlwg-garuda before_install: + # Workaround for https://github.com/travis-ci/travis-ci/issues/8607 + - sudo rm -vf /etc/apt/sources.list.d/*riak* # Content shell needs this font. Since it has a EULA, we need to manually # install it. #