We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0888cc5 + 1223164 commit 2fd1fcaCopy full SHA for 2fd1fca
.travis.yml
@@ -14,6 +14,8 @@ addons:
14
- fonts-tlwg-garuda
15
16
before_install:
17
+ # Workaround for https://github.com/travis-ci/travis-ci/issues/8607
18
+ - sudo rm -vf /etc/apt/sources.list.d/*riak*
19
# Content shell needs this font. Since it has a EULA, we need to manually
20
# install it.
21
#
pubspec.yaml
@@ -23,7 +23,6 @@ dependencies:
23
platform_detect: ^1.3.2
24
resource: '>=1.0.0 <3.0.0'
25
rxdart: ^0.12.0
26
- sass: ^0.4.2
27
uuid: ^0.5.0
28
webdriver: ^1.0.0
29
yaml: ^2.1.0
@@ -34,7 +33,7 @@ dev_dependencies:
34
33
dartdoc: ^0.13.0
35
dart_style: ^1.0.7
36
test: ^0.12.24
37
-
+
38
executables:
39
dart_dev:
40
0 commit comments