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"