We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a49a847 + 7bddbd0 commit af36c6aCopy full SHA for af36c6a
.travis.yml
@@ -1,7 +1,5 @@
1
-branches:
2
- only:
3
- - master
4
language: ruby
+before_install: gem install bundler
5
matrix:
6
allow_failures:
7
- rvm: ruby-head
@@ -12,4 +10,4 @@ rvm:
12
10
- 1.9.3
13
11
- ruby-head
14
- jruby-19mode # JRuby in 1.9 mode
15
- - rbx-2.2
+ - rbx
Rakefile
@@ -1,2 +1,6 @@
require "bundler/gem_tasks"
+require "rspec/core/rake_task"
+RSpec::Core::RakeTask.new(:spec)
+
+task :default => :spec
0 commit comments