Skip to content

Commit

Permalink
Add travis config file and set rake test as defaul
Browse files Browse the repository at this point in the history
  • Loading branch information
brunofrank committed Oct 24, 2018
1 parent 9bb9210 commit 71628db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: ruby
rvm:
- 2.3.4
4 changes: 3 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ Rake::TestTask.new do |t|
t.libs << 'test'
t.pattern = 'test/**/*_test.rb'
t.verbose = true
end
end

task :default => :test

0 comments on commit 71628db

Please sign in to comment.