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

Commit

Permalink
Update name of analysis options file. (#119)
Browse files Browse the repository at this point in the history
* Allow dartfmt to fail with dev SDK on Travis
  • Loading branch information
nshahan authored Jul 12, 2017
1 parent bbe0d68 commit 538f20a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ dart_task:
cache:
directories:
- $HOME/.pub-cache
matrix:
allow_failures:
- dart: dev
dart_task: dartfmt

5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
## 0.5.3+1

* Add SASS files.

> NOTE: SASS files are not used during the build step of this package and are
> provided as reference only. These .scss files were used to generate the
> corresponding .css files in a separate process. We are working on a solution
> to include CSS generation from SASS files during the build process.
* Add SASS files.
* Rename .analysis_options -> analysis_options.yaml

## 0.5.3

* Add Material Tree component.
Expand Down
File renamed without changes.

0 comments on commit 538f20a

Please sign in to comment.