Skip to content

Commit

Permalink
letting scripts fail
Browse files Browse the repository at this point in the history
  • Loading branch information
despo committed Feb 11, 2012
1 parent 717acab commit 00672b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,3 +1,6 @@
language: ruby
rvm:
- 1.9.2
- 1.9.2
before_script:
- sh -e /etc/init.d/xvfb start
- export DISPLAY=:99.0
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -2,7 +2,7 @@ require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec) do |t|
t.rspec_path = 'rspec'
t.rspec_opts = ["-cfd","-t ~@javascript"]
t.rspec_opts = ["-cfd"]
end

task :default => :spec

0 comments on commit 00672b5

Please sign in to comment.