summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-11-03 14:04:17 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-11-03 14:04:17 -0800
commitf1fcad1574858b48cd27e3e9b04382290243b09e (patch)
tree7b64ed368cc940bfa6b6de280a83e12882008152 /.travis.yml
parent61206e095d73b1276afc169d3401fa8792e981cb (diff)
downloadssh2-rs-f1fcad1574858b48cd27e3e9b04382290243b09e.zip
Just build on stable instead of 1.0.0
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c8fe3be..f9243ba 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: rust
rust:
- - 1.0.0
+ - stable
- beta
- nightly
sudo: false