From 518d001b996951fa5bcc2833f1beac84cfbcfff4 Mon Sep 17 00:00:00 2001 From: Yaroslav Admin Date: Tue, 21 Apr 2020 18:26:48 +0200 Subject: [PATCH] chore(ci): cleanup Travis config (#3481) - Fix warnings reported by Travis (https://travis-ci.org/github/karma-runner/karma/builds/677410665/config). - Remove installation of g++-4.8 as it is no longer needed. - Remove SAUCE_USERNAME variable as it is configured in the Travis UI now. - Remove fast_finish as it only makes sense when some jobs are allowed to fail (https://docs.travis-ci.com/user/build-matrix/#fast-finishing). Which is not the case. --- .travis.yml | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/.travis.yml b/.travis.yml index 30652fa08..ded17b113 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,11 @@ -sudo: false +os: linux +dist: xenial language: node_js node_js: - 10 - 12 -env: - global: - - SAUCE_USERNAME: karmarunnerbot - - CXX=g++-4.8 -matrix: - fast_finish: true +jobs: include: - name: "Lint code and commit message format" node_js: "10" @@ -17,16 +13,9 @@ matrix: before_install: - npm config set loglevel warn - - g++-4.8 --version addons: - firefox: - "latest" - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - g++-4.8 + firefox: "latest" services: - xvfb