ckeditor / ckeditor4-angular

Official CKEditor 4 Angular component.
Other
55 stars 32 forks source link

Fix not starting CI and e2e tests #96

Closed Dumluregn closed 4 years ago

Dumluregn commented 4 years ago

What I did here was basically:

  1. Bump Protractor dependency;
  2. Then some install scripts in travis.yml became unnecessary so I deleted them;
  3. This was not enough as Travis still kept wrong cache, so I cleared it and disabled caching in the future (if we observe dramatic loss of Travis performance we can restore this setting, but for now it turned to be more problematic than beneficial).
  4. After all I also updated two invalid Travis config options.

Now CI should work (but it doesn't mean it will be green...). Also thanks to webdriver-manager included in Protractor update, e2e tests should start working (also here it doesn't mean they will pass right away).

Closes #86. Closes #60.

f1ames commented 4 years ago

Rebased onto latest master.