Skip to content

Commit 2fd1fca

Browse files
Merge pull request #238 from Workiva/remove-sass-dependency
WP-5353 Remove unnecessary dependency on sass package
2 parents 0888cc5 + 1223164 commit 2fd1fca

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ addons:
1414
- fonts-tlwg-garuda
1515

1616
before_install:
17+
# Workaround for https://github.com/travis-ci/travis-ci/issues/8607
18+
- sudo rm -vf /etc/apt/sources.list.d/*riak*
1719
# Content shell needs this font. Since it has a EULA, we need to manually
1820
# install it.
1921
#

pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ dependencies:
2323
platform_detect: ^1.3.2
2424
resource: '>=1.0.0 <3.0.0'
2525
rxdart: ^0.12.0
26-
sass: ^0.4.2
2726
uuid: ^0.5.0
2827
webdriver: ^1.0.0
2928
yaml: ^2.1.0
@@ -34,7 +33,7 @@ dev_dependencies:
3433
dartdoc: ^0.13.0
3534
dart_style: ^1.0.7
3635
test: ^0.12.24
37-
36+
3837
executables:
3938
dart_dev:
4039

0 commit comments

Comments
 (0)