Skip to content

Commit

Permalink
Merge pull request ckeditor#96 from ckeditor/t/86
Browse files Browse the repository at this point in the history
Fix not starting CI and e2e tests.
  • Loading branch information
f1ames authored Mar 23, 2020
2 parents 55de1c5 + abbeb34 commit eb16e53
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 118 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sudo: required
os: linux
dist: xenial

services:
Expand All @@ -13,17 +13,12 @@ node_js:
- 10

cache:
- node_modules
npm: false

before_install:
- 'export DISPLAY=:99.0'
install:
- npm install
- npm install webdriver-manager@12.1.7
# Use newer version of webdriver-manager to allow latest Chrome
# for E2E tests (https://github.com/angular/protractor/issues/5312#issuecomment-531940044).
- rm -rf ./node_modules/protractor/node_modules/webdriver-manager
- ln -s ./node_modules/webdriver-manager ./node_modules/protractor/node_modules/webdriver-manager
script:
- ng test && ng e2e
env:
Expand Down
Loading

0 comments on commit eb16e53

Please sign in to comment.