From 7b153a5ab76b493ed25be5bec3487db483036114 Mon Sep 17 00:00:00 2001 From: Vasilis Diakomanolis Date: Mon, 3 Feb 2020 21:11:16 +0200 Subject: [PATCH] chore: use chrome stable --- .travis.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index a746bde..619c22f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,10 @@ node_js: - '10' before_install: - if [[ `npm -v` != 6* ]]; then npm i -g npm@6; fi +services: + - xvfb +addons: + chrome: stable after_success: - npm run build:lib - npm run build:demo @@ -14,12 +18,6 @@ after_success: - cd dist/ngx-timeago - npm install - npm run semantic-release -addons: - apt: - sources: - - google-chrome - packages: - - google-chrome-stable branches: except: - /^v\d+\.\d+\.\d+$/ @@ -30,5 +28,3 @@ deploy: local_dir: dist/demo/ on: branch: master -script: - - echo "skipping tests"