aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-04-07 14:24:03 -0700
committerChih-Hung Hsieh <chh@google.com>2020-04-07 14:28:23 -0700
commit55629747c3beca7abbdd157e757f695a7afa3731 (patch)
tree50fb0b53a7a97197d5529f07d42d09e674a56e17 /.travis.yml
parentb5ea820568738bb078456ba5befe3f8093e0aeb7 (diff)
downloadthread_local-55629747c3beca7abbdd157e757f695a7afa3731.tar.gz
Import 'thread_local' package version 1.0.1platform-tools-30.0.0
* Add OWNERS * No Android.bp yet Bug: 152884384 Test: make Change-Id: I50daca2484475354a0f7696a1ad755a0738697c3
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml29
1 files changed, 29 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..e835e9f
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,29 @@
+language: rust
+sudo: false
+
+rust:
+- nightly
+- beta
+- stable
+- 1.27.2
+
+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
+- travis-cargo doc -- --no-deps
+
+after_success:
+- travis-cargo --only nightly doc-upload
+
+env:
+ global:
+ - TRAVIS_CARGO_NIGHTLY_FEATURE=""
+
+notifications:
+ email: false