From 1ef1a8d95b411694c72ed929487b9c8ecd0575a0 Mon Sep 17 00:00:00 2001 From: Julien Cretin Date: Tue, 27 Oct 2020 10:36:12 +0100 Subject: [PATCH] Remove unused .travis.yml --- .travis.yml | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index c8bf19f..0000000 --- a/.travis.yml +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 2019 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -language: rust -rust: - - nightly-2020-01-16 - -os: - - linux - - osx - -addons: - apt: - packages: - - "python3" - - "python3-pip" - - "python3-setuptools" - - "python3-wheel" - -cache: - - rust - - cargo - -before-install: - - openssl version - -install: - - rustup target add thumbv7em-none-eabi - - rustup component add rustfmt - - cargo install cargo-audit - -script: - - ./setup.sh - - cargo audit - - ./run_desktop_tests.sh