From 13618722924740cb7411d017518eba4f0c1a8ad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Trung=20L=C3=AA?= Date: Sun, 2 Dec 2012 23:03:39 +1100 Subject: [PATCH] Only test 1-2-stable branch --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d5c591d..302c2b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,13 @@ before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - - "DISPLAY=:99.0 bundle exec rake test_app" -script: "DISPLAY=:99.0 bundle exec rspec spec" + - "bundle exec rake test_app" +script: "bundle exec rspec spec" notifications: email: - briandquinn@gmail.com branches: only: - - master - - 1-1-stable + - 1-2-stable rvm: - 1.9.3