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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgitlabhq <m@gitlabhq.com>2011-11-15 17:42:01 +0400
committergitlabhq <m@gitlabhq.com>2011-11-15 17:42:01 +0400
commit37346ead30e6f6c610643bb9a8dfa09a567b02a0 (patch)
tree25235f0efddc88a333df490d6e3dc462e75cba18 /.travis.yml
parented5e19a518ebe62aeb2db87c55a45854df2dcb37 (diff)
travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000000..474ca17c31f
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+branches:
+ only:
+ - 'master'
+rvm: 1.9.2
+before_script:
+ - "bundle exec rake db:seed_fu RAILS_ENV=test"
+ - "sh -e /etc/init.d/xvfb start"
+script: "bundle exec rake travis"