summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Fazekas <mfazekas@szemafor.com>2016-02-14 09:43:43 +0100
committerMiklos Fazekas <mfazekas@szemafor.com>2016-02-14 10:38:13 +0100
commitc810174b8a5deb4344835a80c67abf339d917ae8 (patch)
treeb383d37243b1057d5a7bc7b0c3d0e747fd106e28
parent5b668d5ef34102c9ac159a8f21c889fdc7f99f1b (diff)
downloadnet-ssh-multi-c810174b8a5deb4344835a80c67abf339d917ae8.tar.gz
added travis configuration
-rw-r--r--.travis.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..b520c8f
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,17 @@
+language: ruby
+sudo: false
+rvm:
+ - 2.0.0
+ - 2.1.0
+ - 2.2.0
+ - 2.3.0
+ - jruby-head
+ - rbx-2
+
+install: gem install test-unit mocha net-ssh net-ssh-gateway
+
+script: rake test
+
+matrix:
+ allow_failures:
+ - rvm: jruby-head