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

Commit

Permalink
Merge pull request #89 from ember-cli/enable-appveyor-ci
Browse files Browse the repository at this point in the history
Add Appveyor configuration
  • Loading branch information
alexlafroscia committed Apr 9, 2016
2 parents 4a9a951 + bbdbec6 commit 1b2967d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ember-ajax [![Build Status](https://travis-ci.org/ember-cli/ember-ajax.svg)](https://travis-ci.org/ember-cli/ember-ajax) [![Ember Observer Score](http://emberobserver.com/badges/ember-ajax.svg)](http://emberobserver.com/addons/ember-ajax)
# ember-ajax [![Travis CI Build Status](https://travis-ci.org/ember-cli/ember-ajax.svg)](https://travis-ci.org/ember-cli/ember-ajax) ![AppVeyor Build Stauts](https://ci.appveyor.com/api/projects/status/github/ember-cli/ember-ajax?branch=master&svg=true) [![Ember Observer Score](http://emberobserver.com/badges/ember-ajax.svg)](http://emberobserver.com/addons/ember-ajax)

Service for making AJAX requests in Ember 1.13+ applications.

Expand Down
21 changes: 21 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# http://www.appveyor.com/docs/appveyor-yml

install:
- npm install phantomjs-prebuilt
- npm install -g bower
- npm install
- bower install

cache:
- 'bower_components'
- 'node_modules'
- 'APPDATA%\npm-cache'

test_script:
- cmd: npm test

# Don't actually build.
build: off

# Set build version format here instead of in the admin panel.
version: "{build}"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"build": "ember build",
"start": "ember server",
"test": "ember try:testall"
"test": "ember test"
},
"repository": "ember-cli/ember-ajax",
"engines": {
Expand Down

0 comments on commit 1b2967d

Please sign in to comment.