Skip to content

Commit

Permalink
Add .travis.yml config
Browse files Browse the repository at this point in the history
  • Loading branch information
tdg5 committed Sep 23, 2014
1 parent d7f0cd3 commit 40f081a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
before_install:
- env

branches:
only:
- master

language: ruby

matrix:
allow_failures:
- rvm: jruby
- rvm: rbx

rvm:
- 1.9.3
- 2.0.0
- 2.1.3
- jruby
- rbx

script:
- rake spec

0 comments on commit 40f081a

Please sign in to comment.