Travis tests never finish after 10min
Hi,
I'm attempting to add this package to my addon. I followed the instructions on the readme. However my travis builds never seem to complete the fastboot tests (10min timeout)
https://travis-ci.org/mwisner/ember-videojs-dash/jobs/272046339
I know it says "This could take a while..." but i'm wondering if I set something up wrong?
Potentially related:
When attempting to use ember fastboot:serve locally:
➜ ember-videojs-dash git:(bugfix/fastboot) ✗ ember fastboot:serve
Starting FastBoot test app "fastboot". This may take a while...
[object Object]
I also noticed that the example app (ember-steps) referenced in the readme has the fastboot tests commented out in .travis.yml... Is there another addon that can be used as an example?
https://github.com/alexlafroscia/ember-steps/blob/master/.travis.yml
Hm, does it work when running locally?
Here are some working examples:
- https://github.com/kaliber5/ember-bootstrap/blob/master/config/ember-try.js#L287-L292
- https://github.com/ember-animation/liquid-fire/blob/master/config/ember-try.js#L113-L121
The first one contains some DEBUG config, you can use that to get a clue what might be failing in your case!