summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2014-11-01 13:46:24 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2014-11-01 14:49:05 +0900
commit76a3ef8c37bd6b853f79e022d6d4eae35f41d1ba (patch)
tree601c00a7394c4972d4bd60bf4b48409564adafd3 /.travis.yml
parent6fd6fff3a65ec23cfd84d347d77648fde2b24ee9 (diff)
Add --with-nth option (#102)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..f4e97dff
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
+language: ruby
+rvm:
+ - "1.8.7"
+ - "1.9.3"
+ - "2.0.0"
+ - "2.1.1"
+
+install: gem install curses minitest
+