aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2023-02-17 09:43:40 +0100
committerJeff Vander Stoep <jeffv@google.com>2023-02-17 09:43:40 +0100
commit4039605b26d3bf0eec4a91b19b2470efe16b29c8 (patch)
treefca6e46b70bad6ee4fb8ad4463affed590fb6d63 /.travis.yml
parent24d7bf285817e8c876ff819ec829fb6171200ce4 (diff)
downloadthread_local-4039605b26d3bf0eec4a91b19b2470efe16b29c8.tar.gz
Upgrade thread_local to 1.1.7
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/thread_local For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: I2678d456c0db7df97cd68cd6cab2edde6500bd08
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml30
1 files changed, 0 insertions, 30 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 16bf2d2..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-language: rust
-sudo: false
-
-rust:
-- nightly
-- beta
-- stable
-- 1.36.0
-
-before_script:
-- |
- pip install 'travis-cargo<0.2' --user &&
- export PATH=$HOME/.local/bin:$PATH
-
-script:
-- travis-cargo build
-- travis-cargo test
-- travis-cargo bench -- --features criterion
-# Criterion may drop support for 1.36.0 in the future. If it does, replace the above line with this:
-# - travis-cargo --skip 1.36.0 bench -- --features criterion
-- travis-cargo doc -- --no-deps
-
-after_success:
-- travis-cargo --only nightly doc-upload
-env:
- global:
- - TRAVIS_CARGO_NIGHTLY_FEATURE=""
-
-notifications:
- email: false