@@ -16,16 +16,21 @@ cache:
1616 - $HOME/.npm
1717
1818env :
19+ global :
20+ # See https://git.io/vdao3 for details.
21+ - JOBS=1
1922 # we recommend new addons test the current and previous LTS
2023 # as well as latest stable release (bonus points to beta/canary)
21- - EMBER_TRY_SCENARIO=ember-pre-2
22- - EMBER_TRY_SCENARIO=ember-lts-2.8
23- - EMBER_TRY_SCENARIO=ember-lts-2.12
24- - EMBER_TRY_SCENARIO=ember-release
25- - EMBER_TRY_SCENARIO=ember-beta
26- - EMBER_TRY_SCENARIO=ember-canary
27- - EMBER_TRY_SCENARIO=fastboot-addon-tests
28- - EMBER_TRY_SCENARIO=ember-default
24+ matrix :
25+ - EMBER_TRY_SCENARIO=ember-pre-2
26+ - EMBER_TRY_SCENARIO=ember-lts-2.8
27+ - EMBER_TRY_SCENARIO=ember-lts-2.12
28+ - EMBER_TRY_SCENARIO=ember-lts-2.16
29+ - EMBER_TRY_SCENARIO=ember-release
30+ - EMBER_TRY_SCENARIO=ember-beta
31+ - EMBER_TRY_SCENARIO=ember-canary
32+ - EMBER_TRY_SCENARIO=fastboot-addon-tests
33+ - EMBER_TRY_SCENARIO=ember-default
2934
3035matrix :
3136 fast_finish : true
@@ -38,6 +43,7 @@ before_install:
3843 - npm --version
3944
4045script :
46+ - npm run lint:js
4147 # Usually, it's ok to finish the test scenario without reverting
4248 # to the addon's original dependency state, skipping "cleanup".
4349 - node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO --skip-cleanup
0 commit comments