Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 538f20a

Browse files
authored
Update name of analysis options file. (#119)
* Allow dartfmt to fail with dev SDK on Travis
1 parent bbe0d68 commit 538f20a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ dart_task:
1010
cache:
1111
directories:
1212
- $HOME/.pub-cache
13+
matrix:
14+
allow_failures:
15+
- dart: dev
16+
dart_task: dartfmt
17+

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
## 0.5.3+1
22

3-
* Add SASS files.
4-
53
> NOTE: SASS files are not used during the build step of this package and are
64
> provided as reference only. These .scss files were used to generate the
75
> corresponding .css files in a separate process. We are working on a solution
86
> to include CSS generation from SASS files during the build process.
97
8+
* Add SASS files.
9+
* Rename .analysis_options -> analysis_options.yaml
10+
1011
## 0.5.3
1112

1213
* Add Material Tree component.
File renamed without changes.

0 commit comments

Comments
 (0)