Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -34,7 +33,7 @@ dev_dependencies:
dartdoc: ^0.13.0
dart_style: ^1.0.7
test: ^0.12.24

executables:
dart_dev:

Expand Down