diff options
author | Alex Crichton <alex@alexcrichton.com> | 2014-09-17 21:23:41 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2014-09-17 21:23:41 -0700 |
commit | b8ac001faa09b1d692ecd651aa0ca121afb40b0e (patch) | |
tree | a3578b6c8a8c7826b6cf05a1120a96adc1ff330d /.travis.yml | |
download | ssh2-rs-b8ac001faa09b1d692ecd651aa0ca121afb40b0e.zip |
Initial commit
Bind a Session type (no I/O yet)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..22761ba --- /dev/null +++ b/.travis.yml @@ -0,0 +1 @@ +language: rust |