summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-05-30 16:02:36 +0900
committerYukihiro Matsumoto <[email protected]>2012-05-30 16:02:36 +0900
commit0de8ffb0deee9635383a2008b3a95590775ed893 (patch)
tree4d2bf0d5333586398e765114e8f066755786cd49
parente6c6dcc176c9f08997601f49e4afb74893a8548c (diff)
parentdb18bbbb8c5e731da9f398a75b981cb70cfcde3b (diff)
downloadmruby-0de8ffb0deee9635383a2008b3a95590775ed893.tar.gz
mruby-0de8ffb0deee9635383a2008b3a95590775ed893.zip
Merge branch 'master' of github.com:mruby/mruby
-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 000000000..cea38b14d
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,3 @@
+# no installation...
+
+script: "make all test"