summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2019-07-29 09:12:59 -0700
committerWez Furlong <wez@wezfurlong.org>2019-07-29 09:13:32 -0700
commita19728e70d274eb82ad420a34fb0764aa4df298d (patch)
treecc073291ece4558e11d8d8595eacbe1fe1effeec /.travis.yml
parent13c3dc1de08e4be6c0b62f842e87f029ba1ab2ec (diff)
downloadssh2-rs-a19728e70d274eb82ad420a34fb0764aa4df298d.zip
adopt rust 1.36 as the min rust version
Closes https://github.com/alexcrichton/ssh2-rs/issues/119
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 4fe2af6..d21a4fd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ sudo: required
matrix:
include:
- - rust: 1.26.0
+ - rust: 1.36.0
- rust: stable
- os: osx
before_install: