Skip to content

Commit

Permalink
Allow test failures against ember beta channel
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Jul 28, 2015
1 parent c8f04aa commit 5261040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,6 @@ cache:
- node_modules

env:
- EMBER_TRY_SCENARIO=default
- EMBER_TRY_SCENARIO=ember-1.10
- EMBER_TRY_SCENARIO=ember-1.11
- EMBER_TRY_SCENARIO=ember-1.12
Expand All @@ -21,6 +20,7 @@ env:
matrix:
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-beta
- env: EMBER_TRY_SCENARIO=ember-canary

before_install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-api-actions",
"version": "0.0.5",
"version": "0.0.6",
"description": "Trigger remote actions that don't fit into CRUD, in your Ember.js apps",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 5261040

Please sign in to comment.