summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2016-03-23 19:06:19 +0100
committerMiklós Fazekas <mfazekas@szemafor.com>2016-03-23 19:06:19 +0100
commite7f8f59e348a6ccc2e7f8858622547ffe24659e3 (patch)
tree8756cb6cd399609a02416a7510533ae9b5eb1abc /.travis.yml
parentf1d43390090cf671ac145f80096dbc51c39c5eb3 (diff)
parent835919231b45efbf76b9aa02b8385d8fd3389f0f (diff)
downloadnet-ssh-gateway-e7f8f59e348a6ccc2e7f8858622547ffe24659e3.tar.gz
Merge pull request #9 from tpitale/modern-build
Modern gem build and travis configuration
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..2c7a407
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,4 @@
+language: ruby
+rvm:
+ - 2.2.2
+before_install: gem install bundler -v 1.10.6