From 21b755241ac575ebe5eb644dd6f0b3d68b1ccc72 Mon Sep 17 00:00:00 2001 From: mtrea <32470080+mtrea@users.noreply.github.com> Date: Tue, 7 Sep 2021 12:58:36 -0700 Subject: [PATCH] Remove references to obsolete Travis config (#426) * Delete obsolete .travis.yml Prefer alternative CI. * Remove reference to obsolete Travis build --- .travis.yml | 34 ---------------------------------- README.md | 1 - 2 files changed, 35 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index cd3c91c2..00000000 --- a/.travis.yml +++ /dev/null @@ -1,34 +0,0 @@ -dist: trusty -sudo: required -language: java - -os: linux - -env: V=0.28.1 - -addons: - sauce_connect: true - -before_install: - - | - OS=linux - URL="https://github.com/bazelbuild/bazel/releases/download/${V}/bazel-${V}-installer-${OS}-x86_64.sh" - wget -O install.sh "${URL}" - chmod +x install.sh - ./install.sh --user - rm -f install.sh - -script: - - | - FILTERS="-noci,-notravis,-native" - if [[ "${TRAVIS_PULL_REQUEST}" != "false" ]]; then - FILTERS="${FILTERS},-sauce" - fi - bazel \ - --output_base="${HOME}/.cache/bazel" \ - test \ - --test_tag_filters="${FILTERS}" \ - --test_output=errors \ - --test_env=TUNNEL_IDENTIFIER="${TRAVIS_JOB_NUMBER}" \ - --test_env=BUILD_TAG="${TRAVIS_COMMIT}" \ - //... diff --git a/README.md b/README.md index 9c2d1a63..90efd786 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Bazel Web Testing Rules -[![Build Status](https://travis-ci.org/bazelbuild/rules_webtesting.svg?branch=master)](https://travis-ci.org/bazelbuild/rules_webtesting) [![Build status](https://badge.buildkite.com/d9c3974f925876394ca9d3e00670c0950b6f7ebf325412def7.svg?branch=master)](https://buildkite.com/bazel/rules-webtesting-saucelabs) Bazel rules and supporting code to allow testing against a browser with