Skip to content

Commit af36c6a

Browse files
committed
Merge pull request #2 from adamstegman/travis
Fix travis builds
2 parents a49a847 + 7bddbd0 commit af36c6a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
branches:
2-
only:
3-
- master
41
language: ruby
2+
before_install: gem install bundler
53
matrix:
64
allow_failures:
75
- rvm: ruby-head
@@ -12,4 +10,4 @@ rvm:
1210
- 1.9.3
1311
- ruby-head
1412
- jruby-19mode # JRuby in 1.9 mode
15-
- rbx-2.2
13+
- rbx

Rakefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
require "bundler/gem_tasks"
22

3+
require "rspec/core/rake_task"
4+
RSpec::Core::RakeTask.new(:spec)
5+
6+
task :default => :spec

0 commit comments

Comments
 (0)