summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorFrancis Luong (Franco) <fluong@fx-mbp-13.local>2016-03-23 10:07:13 -0400
committerFrancis Luong (Franco) <fluong@fx-mbp-13.local>2016-03-23 10:07:13 -0400
commit3f7aa3b4b68174ae08d15e2dce9e67a7487881ba (patch)
tree024650c3abdde43cb6578027c44c71d8606afce5 /.travis.yml
parent9d1858ea24cd3b0ff3faf2520e07b9351c657517 (diff)
downloadipaddress-3f7aa3b4b68174ae08d15e2dce9e67a7487881ba.tar.gz
initial .travis.yml
Diffstat (limited to '.travis.yml')
-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..295f13a
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,17 @@
+language: ruby
+rvm:
+- 2.2.0
+- ruby-2.1.3-p242
+- 2.0.0
+- 1.9.3
+- ruby-1.9.2-p180
+- ruby-1.9.1-p431
+- ruby-1.8.7-p334
+- jruby-1.6.1
+- rbx-head
+- ree-1.8.7-2011.03
+install:
+- bundle install
+script:
+- uname -s
+- rake test