From f226a1830694e293a508976517ca7426c997ecbb Mon Sep 17 00:00:00 2001 From: Ahmed O Date: Sat, 3 Aug 2019 17:51:48 -0400 Subject: [PATCH] run all tests together --- .travis.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.travis.yml b/.travis.yml index d63252e..c626ba0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,29 +28,12 @@ branches: jobs: fail_fast: true - allow_failures: - - env: EMBER_TRY_SCENARIO=ember-canary - - env: EMBER_TRY_SCENARIO=ember-default-with-jquery include: # runs linting and tests with current locked deps - - stage: "Tests" name: "Tests" script: - npm run lint:hbs - npm run lint:js - - npm test - - # we recommend new addons test the current and previous LTS - # as well as latest stable release (bonus points to beta/canary) - - stage: "Additional Tests" - env: EMBER_TRY_SCENARIO=ember-lts-3.4 - - env: EMBER_TRY_SCENARIO=ember-lts-3.8 - - env: EMBER_TRY_SCENARIO=ember-release - - env: EMBER_TRY_SCENARIO=ember-beta - - env: EMBER_TRY_SCENARIO=ember-canary - - env: EMBER_TRY_SCENARIO=ember-default-with-jquery - -script: - - node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO + - npm run test:all