.travis.yml in oculus-0.9.0 vs .travis.yml in oculus-0.9.1

- old
+ new

@@ -1,8 +1,11 @@ language: ruby rvm: - 1.9.2 - 1.9.3 +branches: + except: + - demo before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - "bundle exec rake db:test:populate"