Skip to content

Commit f226a18

Browse files
committed
run all tests together
1 parent bce0e61 commit f226a18

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.travis.yml

+1-18
Original file line numberDiff line numberDiff line change
@@ -28,29 +28,12 @@ branches:
2828

2929
jobs:
3030
fail_fast: true
31-
allow_failures:
32-
- env: EMBER_TRY_SCENARIO=ember-canary
33-
- env: EMBER_TRY_SCENARIO=ember-default-with-jquery
3431

3532
include:
3633
# runs linting and tests with current locked deps
37-
3834
- stage: "Tests"
3935
name: "Tests"
4036
script:
4137
- npm run lint:hbs
4238
- npm run lint:js
43-
- npm test
44-
45-
# we recommend new addons test the current and previous LTS
46-
# as well as latest stable release (bonus points to beta/canary)
47-
- stage: "Additional Tests"
48-
env: EMBER_TRY_SCENARIO=ember-lts-3.4
49-
- env: EMBER_TRY_SCENARIO=ember-lts-3.8
50-
- env: EMBER_TRY_SCENARIO=ember-release
51-
- env: EMBER_TRY_SCENARIO=ember-beta
52-
- env: EMBER_TRY_SCENARIO=ember-canary
53-
- env: EMBER_TRY_SCENARIO=ember-default-with-jquery
54-
55-
script:
56-
- node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO
39+
- npm run test:all

0 commit comments

Comments
 (0)