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.
1 parent 3ba4309 commit c70b046Copy full SHA for c70b046
.travis.yml
@@ -0,0 +1,5 @@
1
+language: objective-c
2
+rvm:
3
+ - 1.8.7 # (current default)
4
+ - 1.9.3
5
+script: bundle exec rake spec
Rakefile
@@ -1 +1,3 @@
-require "bundler/gem_tasks"
+require 'rspec/core/rake_task'
+RSpec::Core::RakeTask.new
+task :default => :spec
0 commit comments