Rakefile in locasms-0.1.1 vs Rakefile in locasms-0.1.2

- old
+ new

@@ -12,6 +12,6 @@ desc 'Open an irb session preloaded with this library' task :console do sh 'bundle exec irb -rubygems -I lib -r locasms.rb' end -task :default => :console +task :default => (ENV['TRAVIS'] ? :spec : :console) \ No newline at end of file