summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2011-11-29 15:04:34 +0900
committerRandy Morgan <[email protected]>2011-11-29 15:04:34 +0900
commitceb27e7c707b4789d52a959a9d1d0e53a72b58bd (patch)
tree7ded5bec17c7869183e7764be57c68decb00bc9b
parentbe6d974840b8f59624c6f6ed0dcfa8a2e7c791af (diff)
downloadcaxlsx-ceb27e7c707b4789d52a959a9d1d0e53a72b58bd.tar.gz
caxlsx-ceb27e7c707b4789d52a959a9d1d0e53a72b58bd.zip
adding in travis config to spec both 1.8.7 and 1.9.3
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..8c33c685
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,3 @@
+rvm:
+ - 1.8.7
+ - 1.9.3 \ No newline at end of file