summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorNARUSE, Yui <[email protected]>2012-05-30 12:07:35 +0900
committerNARUSE, Yui <[email protected]>2012-05-30 12:07:35 +0900
commitcd1ae40f29f9d8c1569a6296a0b9545bbe57428d (patch)
treef94410a421e3014eb0f7b8ff29cc59e840d74571 /.travis.yml
parent1e5d15dbcb977f6d197c24eca4a973ee1c5bf521 (diff)
downloadmruby-cd1ae40f29f9d8c1569a6296a0b9545bbe57428d.tar.gz
mruby-cd1ae40f29f9d8c1569a6296a0b9545bbe57428d.zip
Add .travis.yml.
Diffstat (limited to '.travis.yml')
-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"