aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-04-07 14:24:01 -0700
committerChih-Hung Hsieh <chh@google.com>2020-04-07 14:26:41 -0700
commitd187512e446c10689371e93cf6a926832e32ac48 (patch)
tree258029db89ebc6a3e2305e6742f27098f306c416 /.travis.yml
parent287a77911af3baafa7ea94618f75c0ea00d6d310 (diff)
downloadglob-d187512e446c10689371e93cf6a926832e32ac48.tar.gz
* Add OWNERS Bug: 152884384 Test: make Change-Id: Ie45204118f6a3941a7e9e137c2224fc329fbc347
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..cebc669
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,24 @@
+language: rust
+rust:
+ - 1.23.0
+ - stable
+ - beta
+ - nightly
+sudo: false
+before_script:
+ - pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
+script:
+ - cargo build --verbose
+ - cargo test --verbose
+ - cargo doc --no-deps
+after_success:
+ - travis-cargo --only nightly doc-upload
+env:
+ global:
+ secure: "AabAhHaQBO8LF3D1c9xFTpeLW2MH09719QUd99O24jqyTc02dzxZ2faLGupAwE+EBfjb6YWuWugvWDmcxGOzWs3QeYH+t/j319IeXeiULBc6wuNTMh4rHOZ5F9IQx+RPYDltIMIZTPsbRjF/yaGdUDIRy38FD4hDGmBWSYdubSo="
+
+
+
+notifications:
+ email:
+ on_success: never