From 5f34bd74effd8b63addb1c243c6a0adc1e795912 Mon Sep 17 00:00:00 2001 From: Vokhmin Alexey V Date: Fri, 14 Jun 2013 19:23:27 +0400 Subject: [PATCH] #188: use travis only for master branch --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3425969b6..0a9d82654 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,5 +13,4 @@ before_script: - bundle exec rake db:create db:structure:load db:migrate branches: only: -# - master - - 188-use-travis \ No newline at end of file + - master