Skip to content

Commit

Permalink
Setting up travis.yml for 0.x builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sdesai committed Oct 28, 2015
1 parent 3ae8a9b commit 681f008
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ node_js:
branches:
only:
- master
- 0.x

# Run as a docker container
sudo: false
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

**This release is a developer preview.** We are looking for community help to track down and fix bugs. We are also looking for help integrating with existing MVC frameworks, as well as ports to other platforms.

* *master* currently reflects work in progress, and contains backward incompatible changes which will become the next major version bump.
* *0.x* reflects the currently published npm version. Bug fixes specific to 0.x can be submitted against this branch.

## Important Note for Webpack Users

If you're including falcor in your app, via npm and `require('falcor')`, and you're building a browser bundle for your app with Webpack, you'll need to add an alias entry for the 'rx' module in your webpack config, to avoid this RxJS bug: 'https://github.com/Reactive-Extensions/RxJS/issues/832'. You may already have such an entry, if you're using RxJS already. An example is below:
Expand Down

0 comments on commit 681f008

Please sign in to comment.