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

Todomvc 1.5 #2165

Open
wants to merge 16 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.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
65 changes: 0 additions & 65 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ jobs:
# define a separate script for each "examples/*" folder
# this will run it in a separate job on TravisCI
# all these jobs belong to same stage "test" thus will run in parallel
- stage: test
env:
- CYPRESS_framework=ampersand
<<: *defaults
- stage: test
env:
- CYPRESS_framework=angular-dart
Expand All @@ -68,14 +64,6 @@ jobs:
env:
- CYPRESS_framework=angularjs
<<: *defaults
- stage: test
env:
- CYPRESS_framework=ariatemplates
<<: *defaults
- stage: test
env:
- CYPRESS_framework=atmajs
<<: *defaults
- stage: test
env:
- CYPRESS_framework=aurelia
Expand Down Expand Up @@ -104,10 +92,6 @@ jobs:
env:
- CYPRESS_framework=canjs_require
<<: *defaults
- stage: test
env:
- CYPRESS_framework=chaplin-brunch
<<: *defaults
- stage: test
env:
- CYPRESS_framework=closure
Expand Down Expand Up @@ -144,18 +128,6 @@ jobs:
env:
- CYPRESS_framework=extjs_deftjs
<<: *defaults
- stage: test
env:
- CYPRESS_framework=flight
<<: *defaults
- stage: test
env:
- CYPRESS_framework=foam
<<: *defaults
- stage: test
env:
- CYPRESS_framework=humble
<<: *defaults
- stage: test
env:
- CYPRESS_framework=jquery
Expand Down Expand Up @@ -188,34 +160,18 @@ jobs:
env:
- CYPRESS_framework=lavaca_require
<<: *defaults
- stage: test
env:
- CYPRESS_framework=meteor
<<: *defaults
- stage: test
env:
- CYPRESS_framework=mithril
<<: *defaults
- stage: test
env:
- CYPRESS_framework=olives
<<: *defaults
- stage: test
env:
- CYPRESS_framework=polymer
<<: *defaults
- stage: test
env:
- CYPRESS_framework=puremvc
<<: *defaults
- stage: test
env:
- CYPRESS_framework=ractive
<<: *defaults
- stage: test
env:
- CYPRESS_framework=rappidjs
<<: *defaults
- stage: test
env:
- CYPRESS_framework=react
Expand Down Expand Up @@ -248,30 +204,14 @@ jobs:
env:
- CYPRESS_framework=scalajs-react
<<: *defaults
- stage: test
env:
- CYPRESS_framework=serenadejs
<<: *defaults
- stage: test
env:
- CYPRESS_framework=socketstream
<<: *defaults
- stage: test
env:
- CYPRESS_framework=somajs
<<: *defaults
- stage: test
env:
- CYPRESS_framework=somajs_require
<<: *defaults
- stage: test
env:
- CYPRESS_framework=spine
<<: *defaults
- stage: test
env:
- CYPRESS_framework=troopjs_require
<<: *defaults
- stage: test
env:
- CYPRESS_framework=typescript-angular
Expand Down Expand Up @@ -300,8 +240,3 @@ jobs:
env:
- CYPRESS_framework=vue
<<: *defaults
- stage: test
env:
- CYPRESS_framework=webrx
<<: *defaults

2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ If the app breaks for a decent amount of time, we will (temporarily) remove it f

## Browser Compatibility

Modern browser (latest: Chrome, Firefox, Opera, Safari, IE9)
Modern browser (latest: Chrome, Firefox, Opera, Safari, IE11)


## Unit Tests
Expand Down
13 changes: 0 additions & 13 deletions examples/ampersand/.gitignore

This file was deleted.

44 changes: 0 additions & 44 deletions examples/ampersand/index.html

This file was deleted.

26 changes: 0 additions & 26 deletions examples/ampersand/js/app.js

This file was deleted.

89 changes: 0 additions & 89 deletions examples/ampersand/js/models/me.js

This file was deleted.

34 changes: 0 additions & 34 deletions examples/ampersand/js/models/todo.js

This file was deleted.