aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-26 06:26:44 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-26 06:26:44 +0000
commitc36ee7bd385991f4eda57b043379ced9a7c21d1b (patch)
tree3d6254a274db3348b29deca136e7a8913e86d0a7 /.travis.yml
parent41fa4bd7151f0a3c713d2bb3f4c08d2e8099b294 (diff)
downloadruby-c36ee7bd385991f4eda57b043379ced9a7c21d1b.tar.gz
* .travis.yml: Travis enable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000000..4edec7163a
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+# no installation...
+script: "configure && make all test"
+
+branches:
+ only:
+ - trunk