From 0b5569ba6ba7f02dcb41742c2f04628529023c6a Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Tue, 14 Jan 2020 19:42:46 +0000 Subject: [PATCH] travis: remove rust checks rust ci was not part of stable 1.9. Signed-off-by: Jose Carlos Venegas Munoz --- .travis.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 6b8992f95e..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright (c) 2019 Ant Financial -# -# SPDX-License-Identifier: Apache-2.0 -# - -sudo: required -dist: bionic - -os: - - linux - -language: rust -rust: - - stable - -env: - - target_branch=$TRAVIS_BRANCH RUST_AGENT=yes - -before_install: - - "ci/setup.sh" - - "ci/install_go.sh" - - "ci/install_rust.sh" - - "ci/static-checks.sh" - -# need to install rust from scratch? -# still need go to download github.com/kata-containers/tests -# which is already installed? - -install: - - cd ${TRAVIS_BUILD_DIR}/src/agent && make - -script: - - cd ${TRAVIS_BUILD_DIR}/src/agent && make check