Skip to content

Commit

Permalink
fix: travis-ci stages
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Jul 24, 2018
1 parent 87e2754 commit c5c3fdb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,17 @@ script:
# to the addon's original dependency state, skipping "cleanup".
- node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO --skip-cleanup
- npm run-script nodetest

stages:
- basic test
- additional tests
jobs:
fail_fast: true
include:
- stage: basic test
env: EMBER_TRY_SCENARIO=ember-release
- stage: additional tests
env: EMBER_TRY_SCENARIO=ember-release
- env: EMBER_TRY_SCENARIO=ember-lts-2.18
- env: EMBER_TRY_SCENARIO=ember-beta
- env: EMBER_TRY_SCENARIO=ember-canary

0 comments on commit c5c3fdb

Please sign in to comment.