From b8b890045a5b341f7adc8908403a633e7f8254a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohnic=CC=81?= Date: Fri, 13 Apr 2012 20:56:08 +0200 Subject: [PATCH] now with more Travis CI --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..91f99cb4d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: ruby +rvm: 1.9.3 +script: rake test