@@ -6,20 +6,29 @@ node_js:
66 - " 4"
77
88sudo : false
9+ dist : trusty
10+
11+ addons :
12+ chrome : stable
913
1014cache :
1115 directories :
1216 - $HOME/.npm
1317
1418env :
15- # we recommend new addons test the current and previous LTS
16- # as well as latest stable release (bonus points to beta/canary)
17- - EMBER_TRY_SCENARIO=ember-lts-2.8
18- - EMBER_TRY_SCENARIO=ember-lts-2.12
19- - EMBER_TRY_SCENARIO=ember-release
20- - EMBER_TRY_SCENARIO=ember-beta
21- - EMBER_TRY_SCENARIO=ember-canary
22- - EMBER_TRY_SCENARIO=ember-default
19+ global :
20+ # See https://git.io/vdao3 for details.
21+ - JOBS=1
22+ matrix :
23+ # we recommend new addons test the current and previous LTS
24+ # as well as latest stable release (bonus points to beta/canary)
25+ - EMBER_TRY_SCENARIO=ember-lts-2.12
26+ - EMBER_TRY_SCENARIO=ember-lts-2.16
27+ - EMBER_TRY_SCENARIO=ember-lts-2.18
28+ - EMBER_TRY_SCENARIO=ember-release
29+ - EMBER_TRY_SCENARIO=ember-beta
30+ - EMBER_TRY_SCENARIO=ember-canary
31+ - EMBER_TRY_SCENARIO=ember-default
2332
2433matrix :
2534 fast_finish : true
@@ -30,13 +39,9 @@ before_install:
3039 - npm config set spin false
3140 - npm install -g npm@4
3241 - npm --version
33- - npm install -g phantomjs-prebuilt
34- - phantomjs --version
35-
36- install :
37- - npm install
3842
3943script :
44+ - npm run lint:js
4045 # Usually, it's ok to finish the test scenario without reverting
4146 # to the addon's original dependency state, skipping "cleanup".
4247 - node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO --skip-cleanup
0 commit comments