Skip to content

Commit

Permalink
Update tested SDK, added travis badge to README (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored and matanlurey committed Feb 23, 2017
1 parent f24b489 commit 3f51371
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: false
dart:
- stable
- dev
- 1.22.0
- 1.22.1
env:
- TEST_PLATFORM=vm
- TEST_PLATFORM=firefox
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/dart-lang/observable.svg?branch=master)](https://travis-ci.org/dart-lang/observable)

Support for detecting and being notified when an object is mutated.

An observable is a way to be notified of a continuous stream of events over time.
Expand Down

0 comments on commit 3f51371

Please sign in to comment.