Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.4.14 #228

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
node_modules
.node_modules
.idea
typings
.npm
npm-debug.log
package-lock.json
*.log

node_modules/
dist/
.node_modules
.idea
typings
.npm
npm-debug.log
package-lock.json
*.log

29 changes: 11 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
sudo: required
language: node_js
node_js:
- "6"
services:
- mongodb
before_install:
- curl https://install.meteor.com | /bin/sh
- rm -rf node_modules

install:
- git clean -fXd
- npm install -g phantomjs-prebuilt tslint typescript rollup
- npm install
- cd tests && meteor npm rebuild && cd ..

script:
- npm run test-ci
sudo: required
addons:
chrome: stable
before_install:
- curl https://install.meteor.com | /bin/sh

install:
- meteor npm install

script:
- meteor npm run test-ci
104 changes: 47 additions & 57 deletions dist/MeteorObservable.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/MeteorObservable.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading