Skip to content

Commit

Permalink
Added travis support.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjurado committed Nov 1, 2017
1 parent c7a1d9c commit 956c9a4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
sudo: false
language: ruby
rvm:
- 2.3.4
before_install: gem install bundler -v 1.15.4

services:
- mongodb

addons:
apt:
sources:
- mongodb-3.4-precise
packages:
- mongodb-org-server
7 changes: 4 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ end
APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'


load 'rails/tasks/statistics.rake'



require 'bundler/gem_tasks'
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec)

task :default => :spec

0 comments on commit 956c9a4

Please sign in to comment.