Skip to content

Commit

Permalink
fix travis with cli angular v8
Browse files Browse the repository at this point in the history
  • Loading branch information
mariohmol committed Sep 28, 2020
1 parent e4c367d commit ac2d761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_script:
- sleep 3 # give Web server some time to bind to sockets, etc

before_install:
- npm install -g webdriver-manager ng-packagr @angular/cli
- npm install -g webdriver-manager ng-packagr @angular/cli@8.2.0
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &

Expand Down

0 comments on commit ac2d761

Please sign in to comment.