Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Sofaer <raphael@joindiaspora.com>2011-06-10 02:31:16 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-06-10 02:31:16 +0400
commitac8587290a53cb8e69d28c01bad9f18a2a4d6e33 (patch)
treed6de6b146d6c2081e4b1236ec20114d95e65c4a0 /.travis.yml
parentc78e903794697392889bccef0b2007647e71e53e (diff)
Throw in a travis config file to try using travis
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 000000000..fca7c4b2d
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+rvm:
+ - ree
+ - 1.9.2
+
+script: "rake cruise"
+env: "TRAVIS=true"