Skip to content

Commit

Permalink
add travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Jun 2, 2017
1 parent 2374b13 commit 37248ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
@@ -1,5 +1,6 @@
# ember-disable-prototype-extensions

[![Build Status](https://travis-ci.org/ember-cli/ember-disable-prototype-extensions.svg?branch=master)](https://travis-ci.org/ember-cli/ember-disable-prototype-extensions)
[![Build status](https://ci.appveyor.com/api/projects/status/xvg1fxk24lh5u0eg/branch/master?svg=true)](https://ci.appveyor.com/project/embercli/ember-disable-prototype-extensions/branch/master)

Including this addon will disable Ember's prototype extensions.
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -7,7 +7,7 @@ environment:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"
# - nodejs_version: "8"

branches:
only:
Expand Down

0 comments on commit 37248ad

Please sign in to comment.