Skip to content

Commit

Permalink
Merge pull request #3344 from bmac/fix-travis
Browse files Browse the repository at this point in the history
Disable beta and canary tests so we can ship Ember Data 1.13 that sti…
  • Loading branch information
bmac committed Jun 15, 2015
2 parents 856da2e + 2cc186c commit e9b8450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ install:
script:
- ./bin/lint-features
- npm run-script test
- npm run-script test:beta
- npm run-script test:canary
# - npm run-script test:beta
# - npm run-script test:canary
- npm run-script test:optional-features
after_success:
- npm run-script publish-build:prebuilt
Expand Down

0 comments on commit e9b8450

Please sign in to comment.