diff --git a/.travis.yml b/.travis.yml index 00c5822..81926b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,28 +9,10 @@ cache: directories: - node_modules -env: - - EMBER_TRY_SCENARIO=default - - EMBER_TRY_SCENARIO=ember-1.13 - - EMBER_TRY_SCENARIO=ember-release - - EMBER_TRY_SCENARIO=ember-beta - - EMBER_TRY_SCENARIO=ember-canary - -matrix: - fast_finish: true - allow_failures: - - env: EMBER_TRY_SCENARIO=ember-canary - before_install: - npm config set spin false - npm install -g bower - - npm install phantomjs-prebuilt install: - npm install - bower install - -script: - # Usually, it's ok to finish the test scenario without reverting - # to the addon's original dependency state, skipping "cleanup". - - ember try $EMBER_TRY_SCENARIO test --skip-cleanup diff --git a/README.md b/README.md index 21a50a6..1c059c9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # ember-addons-inspector +[![Build Status](https://travis-ci.org/san650/ember-addons-inspector.svg?branch=master)](https://travis-ci.org/san650/ember-addons-inspector) ![Latest version](https://img.shields.io/npm/v/ember-addons-inspector.svg) Get all the information about the addons registered in your Ember project (addon