summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-09-13 14:36:08 -0700
committerGitHub <noreply@github.com>2018-09-13 14:36:08 -0700
commit8e588457103bdb8a435a8bb29c8a04f49e912177 (patch)
tree0463771dd9c5156fb13dcf180eaf2ea2dd5ea8af /.travis.yml
parent20ed26a2918845a5a33adac931ebad43e4166958 (diff)
downloadssh2-rs-8e588457103bdb8a435a8bb29c8a04f49e912177.zip
Remove `cmake` dependency in favor of `cc` (#94)
* Remove `cmake` dependency in favor of `cc` This has been done in a few other projects and has made it lightyears easier to compile native C code, so let's do it here! More info at alexcrichton/curl-rust#225
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 a82e298..9c1f891 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ sudo: required
matrix:
include:
- - rust: 1.21.0
+ - rust: 1.26.0
- rust: stable
- os: osx
before_install: